Passed
Push — master ( e8e2c8...f1f97e )
by Anton
02:16
created
src/Notifier.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
             $recipients = [$recipients];
72 72
         }
73 73
         
74
-        if (!is_array($notifications)){
74
+        if (!is_array($notifications)) {
75 75
             /**
76 76
              * @var $notifications NotificationInterface[]
77 77
              */
Please login to merge, or discard this patch.