Skip to content

Commit 4f4c3ea

Browse files
freekmurzegithub-actions[bot]
authored andcommitted
Fix styling
1 parent 33944b7 commit 4f4c3ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Crawler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ public function addToDepthTree(UriInterface $url, UriInterface $parentUrl, ?Node
529529

530530
protected function shouldAddToCrawlQueue($crawlUrl): bool
531531
{
532-
if (!$this->respectRobots) {
532+
if (! $this->respectRobots) {
533533
return true;
534534
}
535535

0 commit comments

Comments
 (0)