File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff line change 77use PHPUnit \Framework \Attributes \PostCondition ;
88use PHPUnit \Framework \TestCase ;
99use Prophecy \Exception \Prediction \PredictionException ;
10- use Prophecy \Prophecy \MethodProphecy ;
1110use Prophecy \Prophet ;
1211
1312/**
1413 * @author Heiko Jerichen <[email protected] > 14+ * @psalm-suppress UndefinedThisPropertyFetch
1515 */
1616trait PHPProphetTrait
1717{
You can’t perform that action at this time.
0 commit comments