Passed
Push — master ( 292467...122102 )
by Бабичев
03:57
created
src/Context/Configure.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -153,19 +153,19 @@
 block discarded – undo
153 153
     {
154 154
         return [
155 155
             // expire
156
-            \time() + (int)$this->expire,
156
+            \time() + (int) $this->expire,
157 157
 
158 158
             // path
159
-            (string)$this->path,
159
+            (string) $this->path,
160 160
 
161 161
             // domain
162 162
             $this->domain,
163 163
 
164 164
             // secure
165
-            (bool)$this->secure,
165
+            (bool) $this->secure,
166 166
 
167 167
             // httpOnly
168
-            (bool)$this->httpOnly,
168
+            (bool) $this->httpOnly,
169 169
         ];
170 170
     }
171 171
 
Please login to merge, or discard this patch.