summaryrefslogtreecommitdiff
path: root/src/HttpClient.php
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2019-05-04 00:09:12 +0300
committerGitHub <[email protected]>2019-05-04 00:09:12 +0300
commit727602f9d6e3b5a92f6fa0d7a497ab1ef358a349 (patch)
treeec41356d3e421284f44d8c82f3b297e5c8ab2c7a /src/HttpClient.php
parentf4515e276179d77e3f9457ba0d99545081ae50ea (diff)
parent8a2f79a622e9b3b6e20718a257bfdaaf8dbb8747 (diff)
Merge pull request #144 from spiral/feature/updates
WIP: 1.4.0
Diffstat (limited to 'src/HttpClient.php')
-rw-r--r--src/HttpClient.php3
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;