It seems like $this->wikiPageAction->getText() can also be of type null; however, parameter $text of App\Application\WikiBotC...oraryRestrictedOnWiki() does only seem to accept string, maybe add an additional type check?
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation
48
if (WikiBotConfig::isEditionTemporaryRestrictedOnWiki(/** @scrutinizer ignore-type */ $this->wikiPageAction->getText())) {
Loading history...
49
// new feature ? Gestion d'une repasse dans X jours
The method skipArticle() does not exist on App\Application\Infrastr...orts\DbAdapterInterface. Since it exists in all sub-types, consider adding an abstract or default implementation to App\Application\Infrastr...orts\DbAdapterInterface.
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation