Skip to content

Commit e67d6fe

Browse files
committed
docs: suppress Psalm error
1 parent babf95d commit e67d6fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CI4Twig/Twig.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ public function __construct($params = [])
9595
}
9696

9797
// default Twig config
98+
/** @psalm-suppress UndefinedConstant */
9899
$this->config = [
99100
'cache' => WRITEPATH . 'cache/twig',
100101
'debug' => ENVIRONMENT !== 'production',

0 commit comments

Comments
 (0)