Failed Conditions
Push — v7 ( 75abca...a687dc )
by Florent
04:04
created
src/Component/Encryption/JWEBuilder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -269,7 +269,7 @@
 block discarded – undo
269 269
     }
270 270
 
271 271
     /**
272
-     * @param array  $recipient
272
+     * @param Recipient  $recipient
273 273
      * @param string $cek
274 274
      * @param array  $additionalHeaders
275 275
      *
Please login to merge, or discard this patch.
src/Component/Core/Util/ECKey.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@  discard block
 block discarded – undo
103 103
     }
104 104
 
105 105
     /**
106
-     * @param array $children
106
+     * @param ASNObject[] $children
107 107
      *
108 108
      * @return array
109 109
      */
@@ -266,7 +266,7 @@  discard block
 block discarded – undo
266 266
     }
267 267
 
268 268
     /**
269
-     * @param array $children
269
+     * @param ASNObject[] $children
270 270
      *
271 271
      * @return bool
272 272
      */
Please login to merge, or discard this patch.
src/Component/KeyManagement/KeyConverter/ECKey.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@  discard block
 block discarded – undo
92 92
     }
93 93
 
94 94
     /**
95
-     * @param array $children
95
+     * @param ASNObject[] $children
96 96
      *
97 97
      * @return array
98 98
      */
@@ -255,7 +255,7 @@  discard block
 block discarded – undo
255 255
     }
256 256
 
257 257
     /**
258
-     * @param array $children
258
+     * @param ASNObject[] $children
259 259
      *
260 260
      * @return bool
261 261
      */
Please login to merge, or discard this patch.
tests/Context/KeyContext.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -13,10 +13,7 @@
 block discarded – undo
13 13
 
14 14
 namespace Jose\Test\Context;
15 15
 
16
-use Behat\Gherkin\Node\PyStringNode;
17 16
 use Jose\Component\KeyManagement\JKUFactory;
18
-use Symfony\Bundle\FrameworkBundle\Console\Application;
19
-use Symfony\Component\Console\Tester\CommandTester;
20 17
 use Behat\Behat\Context\Context;
21 18
 use Behat\Symfony2Extension\Context\KernelDictionary;
22 19
 
Please login to merge, or discard this patch.