Passed
Pull Request — master (#107)
by Zing
06:42
created
src/SmsServiceProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -20,11 +20,11 @@
 block discarded – undo
20 20
 
21 21
     public function boot(): void
22 22
     {
23
-        if (! $this->app->runningInConsole()) {
23
+        if (!$this->app->runningInConsole()) {
24 24
             return;
25 25
         }
26 26
 
27
-        if (! $this->app instanceof Laravel) {
27
+        if (!$this->app instanceof Laravel) {
28 28
             return;
29 29
         }
30 30
 
Please login to merge, or discard this patch.