Skip to content

Commit f9722a8

Browse files
Fix return statements
1 parent dce9297 commit f9722a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ protected function filterResponse($response)
435435
protected function createCrawlerFromContent($uri, $content, $type)
436436
{
437437
if (!class_exists('Symfony\Component\DomCrawler\Crawler')) {
438-
return;
438+
return null;
439439
}
440440

441441
$crawler = new Crawler(null, $uri);

0 commit comments

Comments
 (0)