Passed
Pull Request — master (#51)
by Бабичев
08:18
created
src/Traits/HasWallets.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@
 block discarded – undo
105 105
      */
106 106
     public function hasWallet(string $slug): bool
107 107
     {
108
-        return (bool)$this->getWallet($slug);
108
+        return (bool) $this->getWallet($slug);
109 109
     }
110 110
 
111 111
 }
Please login to merge, or discard this patch.