Passed
Push — master ( 489916...6b7476 )
by Cody
04:18 queued 11s
created
docker/vendor/symfony/translation-contracts/TranslatorTrait.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
         \s*
78 78
     (?P<right_delimiter>[\[\]])
79 79
 )\s*(?P<message>.*?)$/xs
80
-EOF;
80
+eof;
81 81
 
82 82
         $standardRules = [];
83 83
         foreach ($parts as $part) {
Please login to merge, or discard this patch.
docker/vendor/symfony/translation/Resources/bin/translation-status.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
   # show the status of a single locale and all its missing translations
29 29
   $ php translation-status.php fr -v
30 30
 
31
-END;
31
+end;
32 32
 
33 33
 $config = [
34 34
     // if TRUE, the full list of missing translations is displayed
Please login to merge, or discard this patch.
docker/vendor/symfony/translation/Translator.php 1 patch
Upper-Lower-Casing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -307,7 +307,7 @@  discard block
 block discarded – undo
307 307
 %s
308 308
 return \$catalogue;
309 309
 
310
-EOF
310
+eof
311 311
             ,
312 312
             $locale,
313 313
             var_export($this->getAllMessages($this->catalogues[$locale]), true),
@@ -332,7 +332,7 @@  discard block
 block discarded – undo
332 332
 $catalogue%s = new MessageCatalogue('%s', %s);
333 333
 $catalogue%s->addFallbackCatalogue($catalogue%s);
334 334
 
335
-EOF
335
+eof
336 336
                 ,
337 337
                 $fallbackSuffix,
338 338
                 $fallback,
Please login to merge, or discard this patch.
docker/vendor/symfony/translation/Command/XliffLintCommand.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
   <info>php %command.full_name% dirname</info>
73 73
   <info>php %command.full_name% dirname --format=json</info>
74 74
 
75
-EOF
75
+eof
76 76
             )
77 77
         ;
78 78
     }
Please login to merge, or discard this patch.
docker/vendor/symfony/translation/Dumper/PoFileDumper.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -94,7 +94,7 @@
 block discarded – undo
94 94
         \s*
95 95
     (?P<right_delimiter>[\[\]])
96 96
 )\s*(?P<message>.*?)$/xs
97
-EOF;
97
+eof;
98 98
 
99 99
         $standardRules = [];
100 100
         foreach ($parts as $part) {
Please login to merge, or discard this patch.