Skip to content

Commit add52b9

Browse files
author
Heiko Jerichen
committed
Change Psalm config.
1 parent 35a235f commit add52b9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

psalm.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
<PropertyNotSetInConstructor errorLevel="suppress"/>
2121
<MissingConstructor errorLevel="suppress"/>
2222
<InvalidDocblock errorLevel="suppress"/>
23+
<MissingOverrideAttribute errorLevel="suppress"/>
24+
<ClassMustBeFinal errorLevel="suppress"/>
2325
</issueHandlers>
2426
<plugins>
2527
<pluginClass class="Psalm\PhpUnitPlugin\Plugin"/>

src/PHPProphetTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
use PHPUnit\Framework\Attributes\PostCondition;
88
use PHPUnit\Framework\TestCase;
99
use Prophecy\Exception\Prediction\PredictionException;
10-
use Prophecy\Prophecy\MethodProphecy;
1110
use Prophecy\Prophet;
1211

1312
/**
1413
* @author Heiko Jerichen <[email protected]>
14+
* @psalm-suppress UndefinedThisPropertyFetch
1515
*/
1616
trait PHPProphetTrait
1717
{

0 commit comments

Comments
 (0)