Passed
Pull Request — master (#25)
by
unknown
10:51
created
src/UploadType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
      */
25 25
     public $description;
26 26
 
27
-    public function __construct (array $config = [])
27
+    public function __construct(array $config = [])
28 28
     {
29 29
         parent::__construct($config);
30 30
 
Please login to merge, or discard this patch.