Completed
Push — develop ( bf9c55...9ef43c )
by Tom
03:47
created
shared/src/N98/Util/ArrayFunctions.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -41,8 +41,8 @@
 block discarded – undo
41 41
 
42 42
     /**
43 43
      * @param array $matrix
44
-     * @param string|int $key key to filter
45
-     * @param string|int|float|null|array|object $value to compare against (strict comparison)
44
+     * @param string $key key to filter
45
+     * @param string $value to compare against (strict comparison)
46 46
      * @return array
47 47
      */
48 48
     public static function matrixFilterByValue(array $matrix, $key, $value)
Please login to merge, or discard this patch.