Passed
Push — master ( b5dd81...3b727f )
by Paul
02:54
created
src/Traits/CountableTrait.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
         $this->fireEvents_CoreTrait($this, __CLASS__, __METHOD__, __TRAIT__);
20 20
 
21 21
         $object = $this->getCoreObject_CoreTrait()
22
-                       ->getObject();
22
+                        ->getObject();
23 23
 
24 24
         if ($this->getCoreObject_CoreTrait()->hasMethod('count')) {
25 25
             return $object->count();
Please login to merge, or discard this patch.