Passed
Pull Request — master (#12)
by Dispositif
02:20
created
src/Domain/Models/Wiki/LienWebTemplate.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
     const MODEL_NAME = 'lien web';
20 20
 
21 21
     const REQUIRED_PARAMETERS
22
-                     = [
22
+                        = [
23 23
 //            'langue' => '', // suggéré
24 24
 //            'auteur1' => '', // suggéré
25 25
             'titre' => '', // required
Please login to merge, or discard this patch.
src/Domain/Utils/TemplateParserTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
             ['{{Ouvrage
54 54
   | langue=fr
55 55
 }}',
56
-             "\n | ",
56
+                "\n | ",
57 57
             ],
58 58
         ];
59 59
     }
Please login to merge, or discard this patch.