|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<files psalm-version="5.13.1@086b94371304750d1c673315321a55d15fc59015"> |
| 2 | +<files psalm-version="5.14.1@b9d355e0829c397b9b3b47d0c0ed042a8a70284d"> |
3 | 3 | <file src="src/Framework/Assert.php"> |
4 | 4 | <ArgumentTypeCoercion> |
5 | 5 | <code><![CDATA[$actualElement->childNodes->item($i)]]></code> |
|
453 | 453 | <code>$constraint</code> |
454 | 454 | </MissingParamType> |
455 | 455 | </file> |
| 456 | + <file src="src/Framework/Constraint/String/RegularExpression.php"> |
| 457 | + <ArgumentTypeCoercion> |
| 458 | + <code><![CDATA[$this->pattern]]></code> |
| 459 | + </ArgumentTypeCoercion> |
| 460 | + </file> |
456 | 461 | <file src="src/Framework/Constraint/String/StringMatchesFormatDescription.php"> |
| 462 | + <ArgumentTypeCoercion> |
| 463 | + <code>$line</code> |
| 464 | + </ArgumentTypeCoercion> |
457 | 465 | <MissingThrowsDocblock> |
458 | 466 | <code><![CDATA[new Differ(new UnifiedDiffOutputBuilder("--- Expected\n+++ Actual\n"))]]></code> |
459 | 467 | </MissingThrowsDocblock> |
|
1090 | 1098 | </MissingTemplateParam> |
1091 | 1099 | </file> |
1092 | 1100 | <file src="src/Runner/Filter/NameFilterIterator.php"> |
| 1101 | + <ArgumentTypeCoercion> |
| 1102 | + <code><![CDATA[$this->filter]]></code> |
| 1103 | + </ArgumentTypeCoercion> |
1093 | 1104 | <MissingTemplateParam> |
1094 | 1105 | <code>NameFilterIterator</code> |
1095 | 1106 | </MissingTemplateParam> |
|
1161 | 1172 | <code>$parameters</code> |
1162 | 1173 | <code>array_merge(self::LONG_OPTIONS, $additionalLongOptions)</code> |
1163 | 1174 | </ArgumentTypeCoercion> |
| 1175 | + <InvalidArgument> |
| 1176 | + <code>$unrecognizedOptions</code> |
| 1177 | + </InvalidArgument> |
1164 | 1178 | <MissingThrowsDocblock> |
1165 | 1179 | <code><![CDATA[throw new Exception( |
1166 | 1180 | $e->getMessage(), |
|
1755 | 1769 | <code>$filter</code> |
1756 | 1770 | </ArgumentTypeCoercion> |
1757 | 1771 | </file> |
| 1772 | + <file src="src/Util/RegularExpression.php"> |
| 1773 | + <ArgumentTypeCoercion> |
| 1774 | + <code>$pattern</code> |
| 1775 | + </ArgumentTypeCoercion> |
| 1776 | + </file> |
1758 | 1777 | <file src="src/Util/Test.php"> |
1759 | 1778 | <MissingReturnType> |
1760 | 1779 | <code>sanitizeVersionNumber</code> |
|
1818 | 1837 | $e, |
1819 | 1838 | );]]></code> |
1820 | 1839 | </MissingThrowsDocblock> |
| 1840 | + <PossiblyInvalidArgument> |
| 1841 | + <code>preg_replace($variables, $providedData, $annotation)</code> |
| 1842 | + </PossiblyInvalidArgument> |
1821 | 1843 | <RedundantConditionGivenDocblockType> |
1822 | 1844 | <code>is_string($value)</code> |
1823 | 1845 | </RedundantConditionGivenDocblockType> |
|
0 commit comments