Completed
Push — master ( 7fd249...dfc059 )
by Marco
02:07
created
src/Factory/Decorator/Proxy.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace Fundic\Factory\Decorator;
6 6
 
@@ -23,7 +23,7 @@  discard block
 block discarded – undo
23 23
 
24 24
     public function __construct(
25 25
         ValueFactory $inner,
26
-        ?string $className = null
26
+        ? string $className = null
27 27
     ) {
28 28
         $this->inner = $inner;
29 29
         $this->className = $className;
Please login to merge, or discard this patch.