Passed
Push — master ( 363120...0deb9b )
by Darko
10:27
created
app/View/Composers/GlobalDataComposer.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -31,8 +31,8 @@
 block discarded – undo
31 31
         ];
32 32
 
33 33
         // Email views expect $site to be the string provided by the mailable
34
-        if (! $isEmailView) {
35
-            $viewData['site'] = $siteArray;  // Now it's a proper array, not a Settings model
34
+        if (!$isEmailView) {
35
+            $viewData['site'] = $siteArray; // Now it's a proper array, not a Settings model
36 36
         }
37 37
 
38 38
         if (Auth::check()) {
Please login to merge, or discard this patch.