Skip to content

Commit 3c771a1

Browse files
committed
Coding Standard updated
1 parent 317b7e1 commit 3c771a1

File tree

349 files changed

+2996
-5016
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

349 files changed

+2996
-5016
lines changed

performance/JWE/A128GCMKWBench.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?php
22

33
declare(strict_types=1);
4+
45
/*
56
* The MIT License (MIT)
67
*
@@ -18,9 +19,6 @@
1819
*/
1920
final class A128GCMKWBench extends EncryptionBench
2021
{
21-
/**
22-
* @return array
23-
*/
2422
public function dataHeadersAndAlgorithms(): array
2523
{
2624
return [

performance/JWE/A128KWBench.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?php
22

33
declare(strict_types=1);
4+
45
/*
56
* The MIT License (MIT)
67
*
@@ -18,9 +19,6 @@
1819
*/
1920
final class A128KWBench extends EncryptionBench
2021
{
21-
/**
22-
* @return array
23-
*/
2422
public function dataHeadersAndAlgorithms(): array
2523
{
2624
return [

performance/JWE/A192GCMKWBench.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?php
22

33
declare(strict_types=1);
4+
45
/*
56
* The MIT License (MIT)
67
*
@@ -18,9 +19,6 @@
1819
*/
1920
final class A192GCMKWBench extends EncryptionBench
2021
{
21-
/**
22-
* @return array
23-
*/
2422
public function dataHeadersAndAlgorithms(): array
2523
{
2624
return [

performance/JWE/A192KWBench.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?php
22

33
declare(strict_types=1);
4+
45
/*
56
* The MIT License (MIT)
67
*
@@ -18,9 +19,6 @@
1819
*/
1920
final class A192KWBench extends EncryptionBench
2021
{
21-
/**
22-
* @return array
23-
*/
2422
public function dataHeadersAndAlgorithms(): array
2523
{
2624
return [

performance/JWE/A256GCMKWBench.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?php
22

33
declare(strict_types=1);
4+
45
/*
56
* The MIT License (MIT)
67
*
@@ -18,9 +19,6 @@
1819
*/
1920
final class A256GCMKWBench extends EncryptionBench
2021
{
21-
/**
22-
* @return array
23-
*/
2422
public function dataHeadersAndAlgorithms(): array
2523
{
2624
return [

performance/JWE/A256KWBench.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?php
22

33
declare(strict_types=1);
4+
45
/*
56
* The MIT License (MIT)
67
*
@@ -18,9 +19,6 @@
1819
*/
1920
final class A256KWBench extends EncryptionBench
2021
{
21-
/**
22-
* @return array
23-
*/
2422
public function dataHeadersAndAlgorithms(): array
2523
{
2624
return [

performance/JWE/ECDHESA128KWBench.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919
*/
2020
final class ECDHESA128KWBench extends EncryptionBench
2121
{
22-
/**
23-
* @return array
24-
*/
2522
public function dataHeadersAndAlgorithms(): array
2623
{
2724
return [

performance/JWE/ECDHESA192KWBench.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919
*/
2020
final class ECDHESA192KWBench extends EncryptionBench
2121
{
22-
/**
23-
* @return array
24-
*/
2522
public function dataHeadersAndAlgorithms(): array
2623
{
2724
return [

performance/JWE/ECDHESA256KWBench.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919
*/
2020
final class ECDHESA256KWBench extends EncryptionBench
2121
{
22-
/**
23-
* @return array
24-
*/
2522
public function dataHeadersAndAlgorithms(): array
2623
{
2724
return [

performance/JWE/ECDHESBench.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919
*/
2020
final class ECDHESBench extends EncryptionBench
2121
{
22-
/**
23-
* @return array
24-
*/
2522
public function dataHeadersAndAlgorithms(): array
2623
{
2724
return [

0 commit comments

Comments
 (0)