@@ -67,7 +67,7 @@ |
||
67 | 67 | |
68 | 68 | $start = new \DateTime($input->getOption('start')); |
69 | 69 | |
70 | - if (! $start instanceof \DateTime) { |
|
70 | + if (!$start instanceof \DateTime) { |
|
71 | 71 | throw new \InvalidArgumentException('The given date could not be parsed'); |
72 | 72 | } |
73 | 73 |
@@ -48,7 +48,7 @@ |
||
48 | 48 | $contents = new CfpList(); |
49 | 49 | |
50 | 50 | foreach ($content['events'] as $event) { |
51 | - if (! $event['cfp_url']) { |
|
51 | + if (!$event['cfp_url']) { |
|
52 | 52 | continue; |
53 | 53 | } |
54 | 54 | $info = new Cfp(); |