The method getLocaleFromUrl() does not exist on Presspack\Framework\Support\Facades\Localize. Since you implemented __callStatic, consider adding a @method annotation.
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation
The method isValidLocale() does not exist on Presspack\Framework\Support\Facades\Localize. Since you implemented __callStatic, consider adding a @method annotation.
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation
31
if (LocalizeFacade::/** @scrutinizer ignore-call */ isValidLocale($browserLocale)) {
The method url() does not exist on Presspack\Framework\Support\Facades\Localize. Since you implemented __callStatic, consider adding a @method annotation.
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation