summaryrefslogtreecommitdiff
path: root/src/Diactoros/StreamFactory.php
diff options
context:
space:
mode:
authorThomas PEREZ <[email protected]>2019-10-09 20:57:28 +0200
committerThomas PEREZ <[email protected]>2019-10-09 21:00:07 +0200
commit46783061ceddee1fe8dd4f9aa9e71a2e6a293e7f (patch)
tree39844e383c16163c8f3cfdc92c06354353069dfd /src/Diactoros/StreamFactory.php
parent98940ef86c39217b8bdf61e06b8883024334c45c (diff)
Php cs fixer
Diffstat (limited to 'src/Diactoros/StreamFactory.php')
-rw-r--r--src/Diactoros/StreamFactory.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Diactoros/StreamFactory.php b/src/Diactoros/StreamFactory.php
index 1c51d911..1a7f975e 100644
--- a/src/Diactoros/StreamFactory.php
+++ b/src/Diactoros/StreamFactory.php
@@ -41,4 +41,4 @@ final class StreamFactory implements StreamFactoryInterface
{
return new Stream($resource);
}
-} \ No newline at end of file
+}