diff options
Diffstat (limited to 'src/HttpClient.php')
-rw-r--r-- | src/HttpClient.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/HttpClient.php b/src/HttpClient.php index e469dd30..f31a9b50 100644 --- a/src/HttpClient.php +++ b/src/HttpClient.php @@ -1,11 +1,10 @@ <?php -declare(strict_types=1); - /** * High-performance PHP process supervisor and load balancer written in Go * * @author Alex Bond */ +declare(strict_types=1); namespace Spiral\RoadRunner; |