Completed
Push — master ( 5b9f4a...16a679 )
by Westin
01:49
created
src/Exception/InvalidCacheDirectoryException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
5 5
  * @license   https://github.com/zendframework/zend-expressive-fastroute/blob/master/LICENSE.md New BSD License
6 6
  */
7 7
 
8
-declare(strict_types=1);
8
+declare(strict_types = 1);
9 9
 
10 10
 namespace WShafer\Expressive\Symfony\Router\Exception;
11 11
 
Please login to merge, or discard this patch.
src/Exception/InvalidCacheException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
5 5
  * @license   https://github.com/zendframework/zend-expressive-fastroute/blob/master/LICENSE.md New BSD License
6 6
  */
7 7
 
8
-declare(strict_types=1);
8
+declare(strict_types = 1);
9 9
 
10 10
 namespace WShafer\Expressive\Symfony\Router\Exception;
11 11
 
Please login to merge, or discard this patch.
src/Exception/WriteCacheException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
5 5
  * @license   https://github.com/zendframework/zend-expressive-fastroute/blob/master/LICENSE.md New BSD License
6 6
  */
7 7
 
8
-declare(strict_types=1);
8
+declare(strict_types = 1);
9 9
 
10 10
 namespace WShafer\Expressive\Symfony\Router\Exception;
11 11
 
Please login to merge, or discard this patch.