Skip to content

Commit c84a6a3

Browse files
Ignore constructor.missingParentCall error
1 parent beb5d44 commit c84a6a3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Report/Xml/Project.php

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
*/
1919
final class Project extends Node
2020
{
21+
/**
22+
* @phpstan-ignore constructor.missingParentCall
23+
*/
2124
public function __construct(string $directory)
2225
{
2326
$this->init();

0 commit comments

Comments
 (0)