Completed
Push — master ( bfa48f...eefb7e )
by De Cramer
02:03
created
src/AssociativeArray.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@
 block discarded – undo
99 99
      *
100 100
      * @return array All the data
101 101
      */
102
-    public function getArray(){
102
+    public function getArray() {
103 103
         return $this->data;
104 104
     }
105 105
 
Please login to merge, or discard this patch.