Completed
Pull Request — master (#3)
by Andreas
02:12
created
src/Parser/JoindinCfpParser.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
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();
Please login to merge, or discard this patch.