Completed
Pull Request — master (#8)
by Andreas
01:57
created
src/Parser/PhpNetCfpParser.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@
 block discarded – undo
93 93
                 $info->iconUri = 'http://php.net/images/news/' . $cfpImageNode->textContent;
94 94
 
95 95
                 var_Dump($info->toArray());
96
-          //      $writer->write($info, 'php.net');
96
+            //      $writer->write($info, 'php.net');
97 97
             } catch (\Exception $e) {
98 98
                 echo $e->getMessage() . "\n";
99 99
             }
Please login to merge, or discard this patch.