Completed
Push — master ( 1a5000...96ffbe )
by Igor
02:24
created
src/Bundle/Alert/Alert.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
     public function alert($message)
22 22
     {
23 23
         if (!headers_sent()) {
24
-            setcookie('__alert__', $message . '|' . $this->color, time() + 3600 * 24 * 30, '/');
24
+            setcookie('__alert__', $message.'|'.$this->color, time() + 3600 * 24 * 30, '/');
25 25
             return true;
26 26
         }
27 27
         return false;
Please login to merge, or discard this patch.