We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccff5f3 commit 50b2523Copy full SHA for 50b2523
Tests/FilesystemTest.php
@@ -1768,7 +1768,7 @@ public function testDumpToProtectedDirectory()
1768
$this->markTestSkipped('This test is specific to Windows.');
1769
}
1770
1771
- if (($userProfilePath = getenv('USERPROFILE')) === false || !is_dir($userProfilePath)) {
+ if (false === ($userProfilePath = getenv('USERPROFILE')) || !is_dir($userProfilePath)) {
1772
throw new \RuntimeException('Failed to retrieve user profile path.');
1773
1774
0 commit comments