Passed
Push — master ( 39a2d7...bcd993 )
by Jonas
02:36
created
src/Relations/BelongsToJson.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@  discard block
 block discarded – undo
19 19
      */
20 20
     public function getResults()
21 21
     {
22
-        return ! empty($this->getForeignKeys())
22
+        return !empty($this->getForeignKeys())
23 23
             ? $this->get()
24 24
             : $this->related->newCollection();
25 25
     }
@@ -158,7 +158,7 @@  discard block
 block discarded – undo
158 158
      */
159 159
     protected function relationExistenceQueryOwnerKey(Builder $query, $ownerKey)
160 160
     {
161
-        if (! $this->key) {
161
+        if (!$this->key) {
162 162
             return $this->getJsonGrammar($query)->compileJsonArray($query->qualifyColumn($ownerKey));
163 163
         }
164 164
 
Please login to merge, or discard this patch.