Completed
Push — master ( 0a3381...51a727 )
by Todd
01:47
created
src/Schema.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -888,9 +888,9 @@
 block discarded – undo
888 888
     /**
889 889
      * Look up a value in array.
890 890
      *
891
-     * @param string|int $key The array key.
891
+     * @param string $key The array key.
892 892
      * @param array $arr The array to search.
893
-     * @param mixed $default The default if key is not found.
893
+     * @param integer $default The default if key is not found.
894 894
      * @return mixed Returns the array value or the default.
895 895
      */
896 896
     private static function val($key, array $arr, $default = null) {
Please login to merge, or discard this patch.