summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2019-01-31 15:12:52 +0300
committerWolfy-J <[email protected]>2019-01-31 15:12:52 +0300
commit0eb191bf2399ae59b48a88e21dad51104edf7c53 (patch)
tree81f07cc8ce06390e1d84fd74bf356776fc33aefa /src
parent2b33bfc836134ca11fd5d095e1a98899265548fc (diff)
CS
Diffstat (limited to 'src')
-rw-r--r--src/HttpClient.php6
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