Passed
Push — master ( 03a25e...f36d22 )
by Dispositif
02:48
created
src/Domain/Models/Wiki/AbstractStrictWikiTemplate.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -155,7 +155,7 @@
 block discarded – undo
155 155
     protected function isValidParamName($name): bool
156 156
     {
157 157
         if (is_int($name)) {
158
-            $name = (string)$name;
158
+            $name = (string) $name;
159 159
         }
160 160
         // that parameter exists in template ?
161 161
         // @phpstan-ignore-next-line
Please login to merge, or discard this patch.