summaryrefslogtreecommitdiff
path: root/src/Diactoros/StreamFactory.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Diactoros/StreamFactory.php')
-rw-r--r--src/Diactoros/StreamFactory.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Diactoros/StreamFactory.php b/src/Diactoros/StreamFactory.php
index 6004ef11..1c51d911 100644
--- a/src/Diactoros/StreamFactory.php
+++ b/src/Diactoros/StreamFactory.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\Diactoros;