Failed Conditions
Pull Request — analysis-qvM66r (#244)
by Florent
08:42 queued 03:10
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
@@ -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/Core/Util/Ecc/Math/NumberTheory.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -136,9 +136,9 @@
 block discarded – undo
136 136
     }
137 137
 
138 138
     /**
139
-     * @param array $base
139
+     * @param \GMP[] $base
140 140
      * @param \GMP  $exponent
141
-     * @param array $polymod
141
+     * @param \GMP[] $polymod
142 142
      * @param \GMP  $p
143 143
      *
144 144
      * @return array|int
Please login to merge, or discard this patch.