Completed
Push — master ( a64369...5e51f5 )
by Andy
02:12
created
src/Objects/PopoloObject.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
 
35 35
     protected function getKeyForHash()
36 36
     {
37
-         return $this->getId();
37
+            return $this->getId();
38 38
     }
39 39
 
40 40
     private function getRelatedObjects($popoloArray)
Please login to merge, or discard this patch.