diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/HttpClient.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/HttpClient.php b/src/HttpClient.php index 34ae0e77..f262a9f1 100644 --- a/src/HttpClient.php +++ b/src/HttpClient.php @@ -1,6 +1,12 @@ <?php declare(strict_types=1); +/** + * High-performance PHP process supervisor and load balancer written in Go + * + * @author Alex Bond + */ + namespace Spiral\RoadRunner; class HttpClient |