Skip to content

Commit

Permalink
fixed PHP 7.2 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Nov 28, 2021
1 parent 2ac618f commit e05eb01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Dibi/Bridges/Nette/DibiExtension22.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ class DibiExtension22 extends Nette\DI\CompilerExtension
/** @var bool|null */
private $debugMode;

private ?bool $cliMode;
/** @var bool|null */
private $cliMode;


public function __construct(bool $debugMode = null, bool $cliMode = null)
Expand Down

0 comments on commit e05eb01

Please sign in to comment.