Passed
Push — main ( f6aab6...afae0a )
by Dimitri
07:52 queued 02:33
created
src/Cli/Commands/Translation/TranslationsFinder.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@  discard block
 block discarded – undo
64 64
         }
65 65
 
66 66
         if (is_string($optionLocale)) {
67
-            if (! in_array($optionLocale, config('app.supported_locales'), true)) {
67
+            if (!in_array($optionLocale, config('app.supported_locales'), true)) {
68 68
                 $this->error(
69 69
                     'Erreur: "' . $optionLocale . '" n\'est pas supporté. Les langues supportées sont: '
70 70
                     . implode(', ', config('app.supported_locales'))
@@ -158,7 +158,7 @@  discard block
 block discarded – undo
158 158
             $this->table($table);
159 159
         }
160 160
 
161
-        if (! $this->showNew && $countNewKeys > 0) {
161
+        if (!$this->showNew && $countNewKeys > 0) {
162 162
             $this->writer->bgRed('Note: Vous devez utiliser votre outil de linting pour résoudre les problèmes liés aux normes de codage.');
163 163
         }
164 164
 
Please login to merge, or discard this patch.