Skip to content

Commit 413464a

Browse files
Mikhail Bakulinvsouz4
Mikhail Bakulin
andauthored
Update src/Command/GenerateCommand.php
Co-authored-by: Vitor de Souza <[email protected]>
1 parent 4b3068a commit 413464a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/GenerateCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ static function (): bool {
192192
E_USER_WARNING
193193
);
194194
} else {
195-
set_error_handler($this->warningFormatter);
195+
set_error_handler($this->warningFormatter, E_USER_WARNING);
196196
}
197197
}
198198
}

0 commit comments

Comments
 (0)