Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 15419bb

Browse filesBrowse files
committed
[Intl] Fixed CS
1 parent b3bd0aa commit 15419bb
Copy full SHA for 15419bb

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎src/Symfony/Component/Intl/ResourceBundle/Transformer/Rule/LocaleBundleTransformationRule.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Intl/ResourceBundle/Transformer/Rule/LocaleBundleTransformationRule.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function getBundleName()
5454
*/
5555
public function beforeCompile(CompilationContextInterface $context)
5656
{
57-
$tempDir = sys_get_temp_dir() . '/icu-data-locales';
57+
$tempDir = sys_get_temp_dir().'/icu-data-locales';
5858

5959
$context->getFilesystem()->remove($tempDir);
6060
$context->getFilesystem()->mkdir($tempDir);
@@ -86,7 +86,7 @@ public function beforeCompile(CompilationContextInterface $context)
8686
*/
8787
public function afterCompile(CompilationContextInterface $context)
8888
{
89-
$context->getFilesystem()->remove(sys_get_temp_dir() . '/icu-data-locales');
89+
$context->getFilesystem()->remove(sys_get_temp_dir().'/icu-data-locales');
9090
}
9191

9292
/**

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.