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