diff options
author | Wolfy-J <[email protected]> | 2019-05-02 16:33:16 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2019-05-02 16:33:16 +0300 |
commit | 677004f7cb97981f0220e2c65a2e7618505d01dc (patch) | |
tree | 612a7d3d53c7bb0d69f4e3b9d884321140ceb573 | |
parent | f4515e276179d77e3f9457ba0d99545081ae50ea (diff) |
v1.3.9
-rw-r--r-- | src/Diactoros/ServerRequestFactory.php | 3 | ||||
-rw-r--r-- | src/Diactoros/StreamFactory.php | 3 | ||||
-rw-r--r-- | src/Diactoros/UploadedFileFactory.php | 3 | ||||
-rw-r--r-- | src/Exception/RoadRunnerException.php | 3 | ||||
-rw-r--r-- | src/Exceptions/RoadRunnerException.php | 1 | ||||
-rw-r--r-- | src/HttpClient.php | 3 | ||||
-rw-r--r-- | src/PSR7Client.php | 3 | ||||
-rw-r--r-- | src/Worker.php | 3 |
8 files changed, 8 insertions, 14 deletions
diff --git a/src/Diactoros/ServerRequestFactory.php b/src/Diactoros/ServerRequestFactory.php index 4d427121..cb534577 100644 --- a/src/Diactoros/ServerRequestFactory.php +++ b/src/Diactoros/ServerRequestFactory.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\Diactoros; diff --git a/src/Diactoros/StreamFactory.php b/src/Diactoros/StreamFactory.php index 6004ef11..1c51d911 100644 --- a/src/Diactoros/StreamFactory.php +++ b/src/Diactoros/StreamFactory.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\Diactoros; diff --git a/src/Diactoros/UploadedFileFactory.php b/src/Diactoros/UploadedFileFactory.php index 1543a826..7de9a30f 100644 --- a/src/Diactoros/UploadedFileFactory.php +++ b/src/Diactoros/UploadedFileFactory.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\Diactoros; diff --git a/src/Exception/RoadRunnerException.php b/src/Exception/RoadRunnerException.php index 7c5c5929..348cb106 100644 --- a/src/Exception/RoadRunnerException.php +++ b/src/Exception/RoadRunnerException.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\Exception; diff --git a/src/Exceptions/RoadRunnerException.php b/src/Exceptions/RoadRunnerException.php index 1a5da18c..803e4e31 100644 --- a/src/Exceptions/RoadRunnerException.php +++ b/src/Exceptions/RoadRunnerException.php @@ -5,6 +5,7 @@ * @license MIT * @author Anton Titov (Wolfy-J) */ +declare(strict_types=1); namespace Spiral\RoadRunner\Exceptions; 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; 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; diff --git a/src/Worker.php b/src/Worker.php index da80e461..b67ebd3b 100644 --- a/src/Worker.php +++ b/src/Worker.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; |