8000 fixed CS · symfony/symfony@29c6162 · GitHub
[go: up one dir, main page]

Skip to content

Commit 29c6162

Browse files
committed
fixed CS
1 parent 0544b1f commit 29c6162

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Filesystem/Tests/FilesystemTest.php

Lines changed: 2 additions & 2 deletions
8026
Original file line numberDiff line numberDiff line change
@@ -1050,8 +1050,8 @@ public function testCopyShouldKeepExecutionPermission()
10501050
{
10511051
$this->markAsSkippedIfChmodIsMissing();
10521052

1053-
$sourceFilePath = $this->workspace . DIRECTORY_SEPARATOR . 'copy_source_file';
1054-
$targetFilePath = $this->workspace . DIRECTORY_SEPARATOR . 'copy_target_file';
1053+
$sourceFilePath = $this->workspace.DIRECTORY_SEPARATOR.'copy_source_file';
1054+
$targetFilePath = $this->workspace.DIRECTORY_SEPARATOR.'copy_target_file';
10551055

10561056
file_put_contents($sourceFilePath, 'SOURCE FILE');
10571057
chmod($sourceFilePath, 0745);

0 commit comments

Comments
 (0)
0