We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23f5f14 commit 8dc59cdCopy full SHA for 8dc59cd
Tests/Constraints/FileValidatorTest.php
@@ -45,7 +45,7 @@ protected function tearDown()
45
}
46
47
if (file_exists($this->path)) {
48
- unlink($this->path);
+ @unlink($this->path);
49
50
51
$this->path = null;
0 commit comments