|
600 | 600 | <MissingReturnType> |
601 | 601 | <code>getObject</code> |
602 | 602 | </MissingReturnType> |
| 603 | + <MissingThrowsDocblock> |
| 604 | + <code>getMock</code> |
| 605 | + <code>getMock</code> |
| 606 | + <code>getMock</code> |
| 607 | + <code>getMock</code> |
| 608 | + <code>getMock</code> |
| 609 | + <code>getMock</code> |
| 610 | + <code>getMock</code> |
| 611 | + <code>getMock</code> |
| 612 | + </MissingThrowsDocblock> |
603 | 613 | <PossiblyNullArgument> |
604 | 614 | <code><![CDATA[$client->__getFunctions()]]></code> |
605 | 615 | </PossiblyNullArgument> |
|
673 | 683 | <code>$type</code> |
674 | 684 | </PossiblyInvalidPropertyAssignmentValue> |
675 | 685 | </file> |
| 686 | + <file src="src/Framework/MockObject/MockClass.php"> |
| 687 | + <LessSpecificReturnStatement> |
| 688 | + <code><![CDATA[$this->mockName]]></code> |
| 689 | + </LessSpecificReturnStatement> |
| 690 | + <MoreSpecificReturnType> |
| 691 | + <code>class-string</code> |
| 692 | + </MoreSpecificReturnType> |
| 693 | + </file> |
676 | 694 | <file src="src/Framework/MockObject/MockMethod.php"> |
677 | 695 | <PossiblyFalseOperand> |
678 | 696 | <code><![CDATA[strpos($parameterAsString, '<optional> ')]]></code> |
|
697 | 715 | <code>$originalObject</code> |
698 | 716 | </MissingParamType> |
699 | 717 | </file> |
| 718 | + <file src="src/Framework/MockObject/MockTrait.php"> |
| 719 | + <LessSpecificReturnStatement> |
| 720 | + <code><![CDATA[$this->mockName]]></code> |
| 721 | + </LessSpecificReturnStatement> |
| 722 | + <MoreSpecificReturnType> |
| 723 | + <code>class-string</code> |
| 724 | + </MoreSpecificReturnType> |
| 725 | + </file> |
700 | 726 | <file src="src/Framework/MockObject/Rule/InvocationOrder.php"> |
701 | 727 | <MissingReturnType> |
702 | 728 | <code>invoked</code> |
|
941 | 967 | );]]></code> |
942 | 968 | <code><![CDATA[throw new Exception('This test uses TestCase::prophesize(), but phpspec/prophecy is not installed. Please run "composer require --dev phpspec/prophecy".');]]></code> |
943 | 969 | </MissingThrowsDocblock> |
944 | | - <NoValue> |
945 | | - <code><![CDATA[$this->dataName]]></code> |
946 | | - </NoValue> |
947 | 970 | <PossiblyNullPropertyAssignmentValue> |
948 | 971 | <code>$beStrictAboutChangesToGlobalState</code> |
949 | 972 | <code>null</code> |
|
0 commit comments