From f2b1c3f0935ebfaa27bdf81613baecaf256c3b79 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Mon, 20 Mar 2023 23:48:46 +0100 Subject: [PATCH] cosmetic --- src/module/phpstan.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/module/phpstan.php b/src/module/phpstan.php index b73efec..b039057 100644 --- a/src/module/phpstan.php +++ b/src/module/phpstan.php @@ -282,7 +282,7 @@ class phpstan extends Action private function writeConf(): bool { - $full = $this->getSetting('ignored_default') ? '' : 'full.'; + $full = $this->getSetting('ignored_default') ? '' : 'full.'; $content = str_replace( [ '%LEVEL%', @@ -294,7 +294,7 @@ class phpstan extends Action $this->run_level, (string) path::real($this->module['sroot'], false), (string) path::real(DC_ROOT, false), - (string) path::real( __DIR__ . '/phpstan', false), + (string) path::real(__DIR__ . '/phpstan', false), ], (string) file_get_contents(__DIR__ . '/phpstan/phpstan.rules.' . $full . 'conf') );