We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca42569 commit 71d5485Copy full SHA for 71d5485
1 file changed
src/Dibi/Connection.php
@@ -23,7 +23,7 @@ class Connection implements IConnection
23
use Strict;
24
25
/** function (Event $event); Occurs after query is executed */
26
- public array $onEvent = [];
+ public ?array $onEvent = [];
27
28
/** Current connection configuration */
29
private array $config;
0 commit comments