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