summaryrefslogtreecommitdiff
path: root/src/HttpClient.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/HttpClient.php')
-rw-r--r--src/HttpClient.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/HttpClient.php b/src/HttpClient.php
index f31a9b50..d2862ad8 100644
--- a/src/HttpClient.php
+++ b/src/HttpClient.php
@@ -8,7 +8,7 @@ declare(strict_types=1);
namespace Spiral\RoadRunner;
-class HttpClient
+final class HttpClient
{
/** @var Worker */
private $worker;