Passed
Push — master ( 331ba5...3c8b93 )
by Arnold
11:07
created
src/Traits/Twig.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
 
13 13
 trait Twig
14 14
 {
15
-    private JasnyTwig|SlimTwig $twig;
15
+    private JasnyTwig | SlimTwig $twig;
16 16
 
17 17
     abstract protected function getResponse(): ResponseInterface;
18 18
 
Please login to merge, or discard this patch.