Passed
Push — master ( a0bde5...7c3be8 )
by Dispositif
05:50
created
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.
src/Application/NotificationWorker.php 1 patch
Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -133,15 +133,15 @@  discard block
 block discarded – undo
133 133
         $result = $this->api->getRequest(
134 134
             new SimpleRequest(
135 135
                 'query', [
136
-                           'meta' => 'notifications',
137
-                           'notwikis' => self::DEFAULT_WIKIS,
138
-                           'notfilter' => '!read', // default: read|!read
139
-                           'notlimit' => '30', // max 50
140
-                           //                   'notunreadfirst' => '1', // comment for false
141
-                           //                   'notgroupbysection' => '1',
142
-                           'notsections' => 'alert', // alert|message
143
-                           'format' => 'php',
144
-                       ]
136
+                            'meta' => 'notifications',
137
+                            'notwikis' => self::DEFAULT_WIKIS,
138
+                            'notfilter' => '!read', // default: read|!read
139
+                            'notlimit' => '30', // max 50
140
+                            //                   'notunreadfirst' => '1', // comment for false
141
+                            //                   'notgroupbysection' => '1',
142
+                            'notsections' => 'alert', // alert|message
143
+                            'format' => 'php',
144
+                        ]
145 145
             )
146 146
         );
147 147
 
@@ -159,9 +159,9 @@  discard block
 block discarded – undo
159 159
             $this->api->postRequest(
160 160
                 new SimpleRequest(
161 161
                     'echomarkread', [
162
-                                      'list' => $id,
163
-                                      'token' => $this->api->getToken(),
164
-                                  ]
162
+                                        'list' => $id,
163
+                                        'token' => $this->api->getToken(),
164
+                                    ]
165 165
                 )
166 166
             );
167 167
         } catch (\Throwable $e) {
Please login to merge, or discard this patch.