Passed
Push — master ( e78044...bb9067 )
by Rougin
01:39
created
src/Crawler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
 
55 55
         $base = 'http://www.pna.gov.ph';
56 56
 
57
-        $callback = function (DomCrawler $node) use ($base) {
57
+        $callback = function(DomCrawler $node) use ($base) {
58 58
             $link = $node->filter('.media-heading > a');
59 59
 
60 60
             return $base . (string) $link->attr('href');
Please login to merge, or discard this patch.