Passed
Push — master ( 23808e...c6ab07 )
by Jonas
10:42
created
src/Eloquent/Relations/MergedRelation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
      */
15 15
     public function getResults()
16 16
     {
17
-        $results = ! is_null($this->getParentKey())
17
+        $results = !is_null($this->getParentKey())
18 18
             ? $this->get()
19 19
             : $this->related->newCollection();
20 20
 
Please login to merge, or discard this patch.