@@ -153,19 +153,19 @@ |
||
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 |