We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21beed7 commit 5968f4aCopy full SHA for 5968f4a
src/Http/Url.php
@@ -620,7 +620,7 @@ private function setPath($path)
620
private static function getSuffixes()
621
{
622
if (self::$public_suffix_list === null) {
623
- self::$public_suffix_list = (array) include __DIR__.'/../resources/public_suffix_list.php';
+ self::$public_suffix_list = (@include __DIR__.'/../resources/public_suffix_list.php') ? [];
624
}
625
return self::$public_suffix_list;
626
0 commit comments