disable phpstan if improve use nodetails

master
Jean-Christian Paul Denis 2023-03-21 20:28:39 +01:00
parent 0bfa6523d8
commit e794fc1e70
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ class phpstan extends Action
public function isConfigured(): bool
{
return true;
return !dcCore::app()->blog->settings->get(My::id())->get('nodetails');
}
public function header(): ?string