Completed
Pull Request — master (#29)
by Andreas
01:58
created
src/Parser/PapercallIo/Icon.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
         $xpath = new DOMXPath($dom);
45 45
         $titlePath = $xpath->query("//div[contains(@class, 'subheader__logo')]/img");
46 46
 
47
-        if (! $titlePath || $titlePath->length == 0) {
47
+        if (!$titlePath || $titlePath->length == 0) {
48 48
             return $cfp;
49 49
         }
50 50
 
Please login to merge, or discard this patch.