Skip to content

Commit

Permalink
Fix phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
sypets committed Feb 25, 2024
1 parent d1fd4b6 commit fb02ada
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Classes/Configuration/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,10 @@ public function getCrawlDelayNodelay(): array
}
}

/**
* Return crawlDelay.nodelay domains.
* @return array<string>awlDelayNodelayDomains
*/
public function getCrawlDelayNodelayDomains(): array
{
$noDelayString = $this->getCrawlDelayNodelayString();
Expand Down
2 changes: 1 addition & 1 deletion Configuration/TsConfig/Page/pagetsconfig.tsconfig
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ mod.brofix {
# comma separated list of domains or regeix to not use crawlDelay (should be used for internal sites only!)
# e.g. nodelay = example.org, example.com
# e.g. nodelay = regex:/(.*\.)?example.(org|com)/
nodelay =
nodelay =
}

report {
Expand Down

0 comments on commit fb02ada

Please sign in to comment.