@@ -77,7 +77,7 @@ |
||
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) { |
@@ -28,7 +28,7 @@ |
||
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 |
@@ -307,7 +307,7 @@ discard block |
||
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 |
||
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, |
@@ -72,7 +72,7 @@ |
||
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 | } |
@@ -94,7 +94,7 @@ |
||
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) { |