Skip to content

Commit e9e8bd3

Browse files
Merge branch '4.0' into 4.1
* 4.0: Alpha-ordering for "use" statements
2 parents 4bc61fe + 027e1cc commit e9e8bd3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Filesystem.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111

1212
namespace Symfony\Component\Filesystem;
1313

14+
use Symfony\Component\Filesystem\Exception\FileNotFoundException;
1415
use Symfony\Component\Filesystem\Exception\InvalidArgumentException;
1516
use Symfony\Component\Filesystem\Exception\IOException;
16-
use Symfony\Component\Filesystem\Exception\FileNotFoundException;
1717

1818
/**
1919
* Provides basic utility to manipulate the file system.

Tests/ExceptionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
namespace Symfony\Component\Filesystem\Tests;
1313

1414
use PHPUnit\Framework\TestCase;
15-
use Symfony\Component\Filesystem\Exception\IOException;
1615
use Symfony\Component\Filesystem\Exception\FileNotFoundException;
16+
use Symfony\Component\Filesystem\Exception\IOException;
1717

1818
/**
1919
* Test class for Filesystem.

0 commit comments

Comments
 (0)