Skip to content

Commit ee2e90b

Browse files
Merge branch '4.0' into 4.1
* 4.0: Enable native_constant_invocation CS fixer
2 parents 73a2419 + f9bdafc commit ee2e90b

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
@@ -31,7 +31,7 @@ protected function setUp()
3131
{
3232
parent::setUp();
3333

34-
$this->path = sys_get_temp_dir().DIRECTORY_SEPARATOR.'FileValidatorTest';
34+
$this->path = sys_get_temp_dir().\DIRECTORY_SEPARATOR.'FileValidatorTest';
3535
$this->file = fopen($this->path, 'w');
3636
fwrite($this->file, ' ', 1);
3737
}

0 commit comments

Comments
 (0)