Completed
Push — master ( 21f279...d6aafa )
by Maxim
02:34
created
src/Driver.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -136,11 +136,11 @@  discard block
 block discarded – undo
136 136
         foreach ($this->subscribers as $subscriber) {
137 137
             $provider = $subscriber->getProvider();
138 138
 
139
-            if (! $this->project->providerConnected($provider)) {
139
+            if ( ! $this->project->providerConnected($provider)) {
140 140
                 continue;
141 141
             }
142 142
 
143
-            if (! isset($partials[$provider])) {
143
+            if ( ! isset($partials[$provider])) {
144 144
                 $partials[$provider] = [];
145 145
             }
146 146
 
@@ -202,7 +202,7 @@  discard block
 block discarded – undo
202 202
      */
203 203
     protected function bootListeners()
204 204
     {
205
-        if (! is_null($this->statisticsStorage)) {
205
+        if ( ! is_null($this->statisticsStorage)) {
206 206
             static::$events->useListenerProvider($this->statisticsStorage);
207 207
         }
208 208
     }
Please login to merge, or discard this patch.