File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 1010
1111namespace MathiasReker \PhpChmod \Exception ;
1212
13- use RuntimeException ;
14-
1513/**
1614 * Thrown to indicate that a method has been passed an illegal or
1715 * inappropriate argument.
1816 */
19- final class InvalidArgumentException extends RuntimeException
17+ final class InvalidArgumentException extends \ RuntimeException
2018{
2119}
Original file line number Diff line number Diff line change 1010
1111namespace MathiasReker \PhpChmod \Tests \Unit ;
1212
13- use FilesystemIterator ;
1413use MathiasReker \PhpChmod \Exception \InvalidArgumentException ;
1514use MathiasReker \PhpChmod \Scanner ;
1615use MathiasReker \PhpChmod \Util \OperatingSystem ;
1716use PHPUnit \Framework \TestCase ;
18- use RecursiveDirectoryIterator ;
19- use RecursiveIteratorIterator ;
2017
2118/**
2219 * @internal
@@ -423,9 +420,9 @@ protected function setUp(): void
423420
424421 protected function tearDown (): void
425422 {
426- $ paths = new RecursiveIteratorIterator (
427- new RecursiveDirectoryIterator (self ::ROOT , FilesystemIterator::SKIP_DOTS ),
428- RecursiveIteratorIterator::CHILD_FIRST );
423+ $ paths = new \ RecursiveIteratorIterator (
424+ new \ RecursiveDirectoryIterator (self ::ROOT , \ FilesystemIterator::SKIP_DOTS ),
425+ \ RecursiveIteratorIterator::CHILD_FIRST );
429426
430427 foreach ($ paths as $ path ) {
431428 if ($ path ->isDir ()) {
You can’t perform that action at this time.
0 commit comments