Passed
Push — master ( cc27ee...790b93 )
by Thomas Mauro
02:24
created
src/Factory/Listener/StopWorkerOnRestartSignalListenerFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
 
18 18
         $cachePoolForRestartSignal = $config['messenger']['cache_pool_for_restart_signal'] ?? null;
19 19
 
20
-        if (! $cachePoolForRestartSignal) {
20
+        if ( ! $cachePoolForRestartSignal) {
21 21
             throw new InvalidArgumentException('Invalid cache_pool_for_restart_signal service');
22 22
         }
23 23
 
Please login to merge, or discard this patch.