@@ -214,7 +214,7 @@ discard block |
||
214 | 214 | } catch (Throwable $e) { |
215 | 215 | unset($e); |
216 | 216 | // hack : 1 => "ouvrage collectif" |
217 | - $name = (string)$name; |
|
217 | + $name = (string) $name; |
|
218 | 218 | $this->log[] = "parameter $name not found"; |
219 | 219 | $this->parametersErrorFromHydrate[$name] = $value; |
220 | 220 | |
@@ -273,7 +273,7 @@ discard block |
||
273 | 273 | { |
274 | 274 | // todo verify/useless ? |
275 | 275 | if (is_int($name)) { |
276 | - $name = (string)$name; |
|
276 | + $name = (string) $name; |
|
277 | 277 | } |
278 | 278 | |
279 | 279 | // that parameter exists in template ? |
@@ -52,7 +52,7 @@ |
||
52 | 52 | { |
53 | 53 | $data = $this->getFileData(); |
54 | 54 | $this->lastDate = new DateTime($data['date'], new DateTimeZone(static::REBOOT_TIMEZONE)); |
55 | - $this->count = (int)$data['count']; |
|
55 | + $this->count = (int) $data['count']; |
|
56 | 56 | |
57 | 57 | // Today reboot date/time of the quota |
58 | 58 | $todayBoot = new DateTime(); |