Completed
Push — master ( b055a5...8b13f7 )
by Baptiste
10s
created
src/HttpHistory/Tuple.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 namespace Behapi\HttpHistory;
3 3
 
4 4
 use Psr\Http\Message\RequestInterface;
Please login to merge, or discard this patch.
src/HttpHistory/History.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 namespace Behapi\HttpHistory;
3 3
 
4 4
 use IteratorAggregate;
Please login to merge, or discard this patch.