Skip to content

Commit 08147d7

Browse files
Merge branch '4.1'
* 4.1: Alpha-ordering for "use" statements
2 parents e91d215 + e9e8bd3 commit 08147d7

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)