summaryrefslogtreecommitdiff
path: root/src/Exception/RoadRunnerException.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Exception/RoadRunnerException.php')
-rw-r--r--src/Exception/RoadRunnerException.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Exception/RoadRunnerException.php b/src/Exception/RoadRunnerException.php
index 7c5c5929..348cb106 100644
--- a/src/Exception/RoadRunnerException.php
+++ b/src/Exception/RoadRunnerException.php
@@ -1,11 +1,10 @@
<?php
-declare(strict_types=1);
-
/**
* High-performance PHP process supervisor and load balancer written in Go
*
* @author Wolfy-J
*/
+declare(strict_types=1);
namespace Spiral\RoadRunner\Exception;