1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00

Update src/Psalm/Plugin/EventHandler/Event/BeforeAddIssueEvent.php

Co-authored-by: Bruce Weirdan <weirdan@gmail.com>
This commit is contained in:
Oliver Hader 2022-01-31 07:52:24 +01:00 committed by GitHub
parent ff07a8d662
commit 995ecd0964
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,7 @@ final class BeforeAddIssueEvent
*/
private bool $fixable;
/** @internal */
public function __construct(CodeIssue $issue, bool $fixable)
{
$this->issue = $issue;