Passed
Push — master ( 10b845...c93f04 )
by du
01:52
created
src/DataMapper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -89,7 +89,7 @@
 block discarded – undo
89 89
      */
90 90
     public function hasInfo(): bool
91 91
     {
92
-        return ! is_null($this->info);
92
+        return !is_null($this->info);
93 93
     }
94 94
 
95 95
     /**
Please login to merge, or discard this patch.