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 f3312e7 commit bc44f88Copy full SHA for bc44f88
Filesystem.php
@@ -11,8 +11,8 @@
11
12
namespace Symfony\Component\Filesystem;
13
14
-use Symfony\Component\Filesystem\Exception\IOException;
15
use Symfony\Component\Filesystem\Exception\FileNotFoundException;
+use Symfony\Component\Filesystem\Exception\IOException;
16
17
/**
18
* Provides basic utility to manipulate the file system.
Tests/ExceptionTest.php
@@ -12,8 +12,8 @@
namespace Symfony\Component\Filesystem\Tests;
use PHPUnit\Framework\TestCase;
19
* Test class for Filesystem.
0 commit comments