Passed
Push — testsuite ( c674c5...dbb22f )
by Matthieu
01:52
created
src/IPv4/Address.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -102,7 +102,7 @@
 block discarded – undo
102 102
      * @return self
103 103
      */
104 104
 
105
-    public static function fromArray(Array $address)
105
+    public static function fromArray(array $address)
106 106
     {
107 107
         if( count($address) != 4)
108 108
         {
Please login to merge, or discard this patch.