File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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+ <UndefinedThisPropertyFetch errorLevel =" suppress" />
25+ <ClassMustBeFinal errorLevel =" suppress" />
2326 </issueHandlers >
2427 <plugins >
2528 <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 <heiko@jerichen.de>
14+ * @psalm-suppress UndefinedThisPropertyFetch
1515 */
1616trait PHPProphetTrait
1717{
You can’t perform that action at this time.
0 commit comments