diff options
author | Alex <[email protected]> | 2019-01-29 20:28:52 -0800 |
---|---|---|
committer | Alex <[email protected]> | 2019-01-29 20:28:52 -0800 |
commit | 157e88bcf41426f76b2a599ad7cea70276359920 (patch) | |
tree | 85be92b6a218e330d9c955941cfff918f510a67c /src/HttpClient.php | |
parent | 55c365f8e8e63a3f4670160d49319dcd434f0fe3 (diff) |
Remove list (bug), create client interface
Diffstat (limited to 'src/HttpClient.php')
-rw-r--r-- | src/HttpClient.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/HttpClient.php b/src/HttpClient.php index 94c70998..b8df83c0 100644 --- a/src/HttpClient.php +++ b/src/HttpClient.php @@ -1,4 +1,5 @@ <?php +declare(strict_types=1); namespace Spiral\RoadRunner; |