8000 Coding style · symfony/symfony@41770b7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 41770b7

Browse files
committed
Coding style
1 parent 833bf1d commit 41770b7

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
use Symfony\Component\HttpClient\Internal\ClientState;
1717
use Symfony\Component\HttpClient\Response\StreamWrapper;
1818
use Symfony\Component\Process\Exception\ProcessFailedException;
19-
use Symfony\Component\Process\Exception\RuntimeException;
2019
use Symfony\Component\Process\Process;
2120
use Symfony\Contracts\HttpClient\Exception\RedirectionExceptionInterface;
2221
use Symfony\Contracts\HttpClient\HttpClientInterface;

src/Symfony/Component/Process/Messenger/RunProcessMessageHandler.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
use Symfony\Component\Process\Exception\ProcessFailedException;
1515
use Symfony\Component\Process\Exception\RunProcessFailedException;
16-
use Symfony\Component\Process\Exception\RuntimeException;
1716
use Symfony\Component\Process\Process;
1817

1918
/**

src/Symfony/Component/Process/Process.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
use Symfony\Component\Process\Exception\InvalidArgumentException;
1515
use Symfony\Component\Process\Exception\LogicException;
1616
use Symfony\Component\Process\Exception\ProcessFailedException;
17-
use Symfony\Component\Process\Exception\ProcessStartFailedException;
1817
use Symfony\Component\Process\Exception\ProcessSignaledException;
18+
use Symfony\Component\Process\Exception\ProcessStartFailedException;
1919
use Symfony\Component\Process\Exception\ProcessTimedOutException;
2020
use Symfony\Component\Process\Exception\RuntimeException;
2121
use Symfony\Component\Process\Pipes\UnixPipes;

0 commit comments

Comments
 (0)
0