@@ -3,8 +3,8 @@ |
||
3 | 3 | namespace Illuminate\Support; |
4 | 4 | |
5 | 5 | use ArrayAccess; |
6 | -use InvalidArgumentException; |
|
7 | 6 | use Illuminate\Support\Traits\Macroable; |
7 | +use InvalidArgumentException; |
|
8 | 8 | |
9 | 9 | class Arr |
10 | 10 | { |
@@ -2,19 +2,19 @@ |
||
2 | 2 | |
3 | 3 | namespace Illuminate\Support; |
4 | 4 | |
5 | -use stdClass; |
|
6 | -use Countable; |
|
7 | -use Exception; |
|
8 | 5 | use ArrayAccess; |
9 | -use Traversable; |
|
10 | 6 | use ArrayIterator; |
11 | 7 | use CachingIterator; |
12 | -use JsonSerializable; |
|
13 | -use IteratorAggregate; |
|
8 | +use Countable; |
|
9 | +use Exception; |
|
10 | +use Illuminate\Contracts\Support\Arrayable; |
|
11 | +use Illuminate\Contracts\Support\Jsonable; |
|
14 | 12 | use Illuminate\Support\Debug\Dumper; |
15 | 13 | use Illuminate\Support\Traits\Macroable; |
16 | -use Illuminate\Contracts\Support\Jsonable; |
|
17 | -use Illuminate\Contracts\Support\Arrayable; |
|
14 | +use IteratorAggregate; |
|
15 | +use JsonSerializable; |
|
16 | +use Traversable; |
|
17 | +use stdClass; |
|
18 | 18 | |
19 | 19 | /** |
20 | 20 | * @property-read HigherOrderCollectionProxy $average |
@@ -3,8 +3,8 @@ |
||
3 | 3 | namespace Illuminate\Support; |
4 | 4 | |
5 | 5 | use Illuminate\Filesystem\Filesystem; |
6 | -use Symfony\Component\Process\Process; |
|
7 | 6 | use Symfony\Component\Process\PhpExecutableFinder; |
7 | +use Symfony\Component\Process\Process; |
|
8 | 8 | |
9 | 9 | class Composer |
10 | 10 | { |
@@ -2,8 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace Illuminate\Support\Facades; |
4 | 4 | |
5 | -use Illuminate\Support\Testing\Fakes\BusFake; |
|
6 | 5 | use Illuminate\Contracts\Bus\Dispatcher as BusDispatcherContract; |
6 | +use Illuminate\Support\Testing\Fakes\BusFake; |
|
7 | 7 | |
8 | 8 | /** |
9 | 9 | * @method static mixed dispatch($command) |
@@ -3,8 +3,8 @@ |
||
3 | 3 | namespace Illuminate\Support\Facades; |
4 | 4 | |
5 | 5 | use Mockery; |
6 | -use RuntimeException; |
|
7 | 6 | use Mockery\MockInterface; |
7 | +use RuntimeException; |
|
8 | 8 | |
9 | 9 | abstract class Facade |
10 | 10 | { |
@@ -2,8 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace Illuminate\Support\Facades; |
4 | 4 | |
5 | -use Illuminate\Notifications\ChannelManager; |
|
6 | 5 | use Illuminate\Notifications\AnonymousNotifiable; |
6 | +use Illuminate\Notifications\ChannelManager; |
|
7 | 7 | use Illuminate\Support\Testing\Fakes\NotificationFake; |
8 | 8 | |
9 | 9 | /** |
@@ -3,9 +3,9 @@ |
||
3 | 3 | namespace Illuminate\Support; |
4 | 4 | |
5 | 5 | use ArrayAccess; |
6 | -use JsonSerializable; |
|
7 | -use Illuminate\Contracts\Support\Jsonable; |
|
8 | 6 | use Illuminate\Contracts\Support\Arrayable; |
7 | +use Illuminate\Contracts\Support\Jsonable; |
|
8 | +use JsonSerializable; |
|
9 | 9 | |
10 | 10 | class Fluent implements ArrayAccess, Arrayable, Jsonable, JsonSerializable |
11 | 11 | { |
@@ -1,12 +1,12 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | +use Illuminate\Contracts\Support\Htmlable; |
|
3 | 4 | use Illuminate\Support\Arr; |
4 | -use Illuminate\Support\Str; |
|
5 | -use Illuminate\Support\Optional; |
|
6 | 5 | use Illuminate\Support\Collection; |
7 | 6 | use Illuminate\Support\Debug\Dumper; |
8 | -use Illuminate\Contracts\Support\Htmlable; |
|
9 | 7 | use Illuminate\Support\HigherOrderTapProxy; |
8 | +use Illuminate\Support\Optional; |
|
9 | +use Illuminate\Support\Str; |
|
10 | 10 | |
11 | 11 | if (! function_exists('append_config')) { |
12 | 12 | /** |
@@ -3,11 +3,11 @@ |
||
3 | 3 | namespace Illuminate\Support; |
4 | 4 | |
5 | 5 | use Countable; |
6 | -use JsonSerializable; |
|
7 | -use Illuminate\Contracts\Support\Jsonable; |
|
8 | 6 | use Illuminate\Contracts\Support\Arrayable; |
9 | -use Illuminate\Contracts\Support\MessageProvider; |
|
7 | +use Illuminate\Contracts\Support\Jsonable; |
|
10 | 8 | use Illuminate\Contracts\Support\MessageBag as MessageBagContract; |
9 | +use Illuminate\Contracts\Support\MessageProvider; |
|
10 | +use JsonSerializable; |
|
11 | 11 | |
12 | 12 | class MessageBag implements Arrayable, Countable, Jsonable, JsonSerializable, MessageBagContract, MessageProvider |
13 | 13 | { |