@@ -136,11 +136,11 @@ discard block |
||
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 |
||
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 | } |