Passed
Push — master ( 7d62a2...232de4 )
by Jhao
01:58
created
src/Dispatching/Endpoints/Services/Entities/NormalizedAddress.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -155,6 +155,6 @@
 block discarded – undo
155 155
 
156 156
     public function isUnuseful(): bool
157 157
     {
158
-        return ! $this->isUseful();
158
+        return !$this->isUseful();
159 159
     }
160 160
 }
Please login to merge, or discard this patch.