Skip to content

Commit 30352cf

Browse files
Enable native_constant_invocation CS fixer
1 parent 0218d87 commit 30352cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Constraints/FileValidatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ protected function setUp()
3636
{
3737
parent::setUp();
3838

39-
$this->path = sys_get_temp_dir().DIRECTORY_SEPARATOR.'FileValidatorTest';
39+
$this->path = sys_get_temp_dir().\DIRECTORY_SEPARATOR.'FileValidatorTest';
4040
$this->file = fopen($this->path, 'w');
4141
fwrite($this->file, ' ', 1);
4242
}

0 commit comments

Comments
 (0)