Passed
Push — master ( a43025...33405b )
by Matthieu
03:29
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.