Failed Conditions
Push — v7 ( 896db9...bffd87 )
by Florent
03:38
created
src/Component/Core/Util/Ecc/Math/NumberTheory.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -126,9 +126,9 @@
 block discarded – undo
126 126
     }
127 127
 
128 128
     /**
129
-     * @param array $base
129
+     * @param \GMP[] $base
130 130
      * @param \GMP $exponent
131
-     * @param array $polymod
131
+     * @param \GMP[] $polymod
132 132
      * @param \GMP $p
133 133
      * @return array|int
134 134
      */
Please login to merge, or discard this patch.