Passed
Pull Request — master (#12)
by Dispositif
02:20
created
src/Application/Bot.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -221,7 +221,7 @@
 block discarded – undo
221 221
      */
222 222
     public function minutesSinceLastEdit(string $title): int
223 223
     {
224
-        $time = $this->getTimestamp($title);  // 2011-09-02T16:31:13Z
224
+        $time = $this->getTimestamp($title); // 2011-09-02T16:31:13Z
225 225
 
226 226
         return (int) round((time() - strtotime($time)) / 60);
227 227
     }
Please login to merge, or discard this patch.
src/Domain/OuvrageOptimize.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -165,7 +165,7 @@
 block discarded – undo
165 165
         if (count($res) >= 2 && empty($auteur2)) {
166 166
             // delete author-params
167 167
             array_map(
168
-                function ($param) {
168
+                function($param) {
169 169
                     $this->unsetParam($param);
170 170
                 },
171 171
                 ['auteur', 'auteurs', 'prénom1', 'nom1']
Please login to merge, or discard this patch.