summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2019-05-02 16:33:45 +0300
committerWolfy-J <[email protected]>2019-05-02 16:33:45 +0300
commit64f2c19b0a9a33d97bd947e805d0491e68784423 (patch)
tree238b4a3f638b85180804458f97160455fcca1aff /src
parentcf3e341207893d62bae8a5671118401f745a8f08 (diff)
parent677004f7cb97981f0220e2c65a2e7618505d01dc (diff)
Merge branch 'feature/updates' into pr/issue-121-rename_maxrequest_config_param
Diffstat (limited to 'src')
-rw-r--r--src/Diactoros/ServerRequestFactory.php3
-rw-r--r--src/Diactoros/StreamFactory.php3
-rw-r--r--src/Diactoros/UploadedFileFactory.php3
-rw-r--r--src/Exception/RoadRunnerException.php3
-rw-r--r--src/Exceptions/RoadRunnerException.php1
-rw-r--r--src/HttpClient.php3
-rw-r--r--src/PSR7Client.php3
-rw-r--r--src/Worker.php3
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;