Passed
Push — master ( c9440f...9adbab )
by Chris
02:59 queued 47s
created
src/Cli/Command/ReportToCsv.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
             ->setDefinition([
40 40
                 new InputArgument('report', InputArgument::REQUIRED, 'Report to run'),
41 41
                 new InputArgument('outputFile', InputArgument::OPTIONAL, 'File to output report to', '/tmp/report.csv')
42
-             ]);
42
+                ]);
43 43
     }
44 44
 
45 45
     protected function execute(InputInterface $input, OutputInterface $output)
Please login to merge, or discard this patch.
src/Form/ManageTicket.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace ConferenceTools\Tickets\Form;
6 6
 
Please login to merge, or discard this patch.
src/Form/FormInputFilterDelegator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace ConferenceTools\Tickets\Form;
6 6
 
Please login to merge, or discard this patch.