Skip to content

Commit 6872f09

Browse files
Merge branch '2.8' into 3.4
* 2.8: Alpha-ordering for "use" statements
2 parents 1d5b3bf + bc44f88 commit 6872f09

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,8 +11,8 @@
1111

1212
namespace Symfony\Component\Filesystem;
1313

14-
use Symfony\Component\Filesystem\Exception\IOException;
1514
use Symfony\Component\Filesystem\Exception\FileNotFoundException;
15+
use Symfony\Component\Filesystem\Exception\IOException;
1616

1717
/**
1818
* 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)