Skip to content

Commit f2a4d08

Browse files
authored
Format all files. (#1562)
1 parent 8a23c56 commit f2a4d08

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

src/Client.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
* @contact [email protected]
1010
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
1111
*/
12-
1312
namespace Hyperf\Testing;
1413

1514
use Hyperf\Contract\PackerInterface;

src/HttpClient.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
* @contact [email protected]
1010
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
1111
*/
12-
1312
namespace Hyperf\Testing;
1413

1514
use GuzzleHttp\Client;

tests/ClientTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
* @contact [email protected]
1010
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
1111
*/
12-
1312
namespace HyperfTest\Testing;
1413

1514
use Hyperf\Config\Config;

tests/Stub/Exception/Handler/FooExceptionHandler.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
* @contact [email protected]
1010
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
1111
*/
12-
1312
namespace HyperfTest\Testing\Stub\Exception\Handler;
1413

1514
use Hyperf\ExceptionHandler\ExceptionHandler;

tests/Stub/FooController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
* @contact [email protected]
1010
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
1111
*/
12-
1312
namespace HyperfTest\Testing\Stub;
1413

1514
class FooController

0 commit comments

Comments
 (0)