Passed
Push — dev ( bf3609...863855 )
by Dispositif
02:57
created
src/Domain/Models/Wiki/AbstractWikiTemplate.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -214,7 +214,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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 ?
Please login to merge, or discard this patch.
src/Infrastructure/GoogleApiQuota.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
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();
Please login to merge, or discard this patch.