@@ -53,7 +53,7 @@ |
||
53 | 53 | ['{{Ouvrage |
54 | 54 | | langue=fr |
55 | 55 | }}', |
56 | - "\n | ", |
|
56 | + "\n | ", |
|
57 | 57 | ], |
58 | 58 | ]; |
59 | 59 | } |
@@ -133,15 +133,15 @@ discard block |
||
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 |
||
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) { |