Completed
Push — master ( 2094fe...7e037e )
by Philip
03:26
created
src/PBurggraf/LicensePlate/Response/LicensePlateResponse.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@  discard block
 block discarded – undo
39 39
     {
40 40
         $this->licensePlate = $licensePlate;
41 41
         $this->valid = false;
42
-        $this->details = [];
42
+        $this->details = [ ];
43 43
         $this->country = '';
44 44
         $this->type = 0;
45 45
     }
@@ -97,7 +97,7 @@  discard block
 block discarded – undo
97 97
      */
98 98
     public function addDetail($detail)
99 99
     {
100
-        $this->details[] = $detail;
100
+        $this->details[ ] = $detail;
101 101
     }
102 102
 
103 103
     /**
Please login to merge, or discard this patch.