Skip to content

Commit 895872d

Browse files
committed
Fix PSR-2 incompatibilities
1 parent c54bbf1 commit 895872d

File tree

6 files changed

+0
-6
lines changed

6 files changed

+0
-6
lines changed

src/Exception/ClientException.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@
99
*/
1010
class ClientException extends HttpException
1111
{
12-
1312
}

src/Exception/InvalidArgumentException.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@
1111
*/
1212
class InvalidArgumentException extends \InvalidArgumentException implements Exception
1313
{
14-
1514
}

src/Exception/NetworkException.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@
99
*/
1010
class NetworkException extends RequestException
1111
{
12-
1312
}

src/Exception/RuntimeException.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@
1111
*/
1212
class RuntimeException extends \RuntimeException implements Exception
1313
{
14-
1514
}

src/Exception/ServerException.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@
99
*/
1010
class ServerException extends HttpException
1111
{
12-
1312
}

src/Exception/TransferException.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@
99
*/
1010
class TransferException extends RuntimeException
1111
{
12-
1312
}

0 commit comments

Comments
 (0)