|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<files psalm-version="5.8.0@9cf4f60a333f779ad3bc704a555920e81d4fdcda"> |
| 2 | +<files psalm-version="5.9.0@8b9ad1eb9e8b7d3101f949291da2b9f7767cd163"> |
3 | 3 | <file src="src/Framework/Assert.php"> |
4 | 4 | <ArgumentTypeCoercion> |
5 | 5 | <code><![CDATA[$actualElement->childNodes->item($i)]]></code> |
|
1570 | 1570 | </PropertyNotSetInConstructor> |
1571 | 1571 | </file> |
1572 | 1572 | <file src="src/Util/Annotation/DocBlock.php"> |
1573 | | - <MissingThrowsDocblock> |
1574 | | - <code>throw new SkippedTestError;</code> |
1575 | | - </MissingThrowsDocblock> |
1576 | | - <MoreSpecificReturnType> |
| 1573 | + <InvalidPropertyAssignmentValue> |
| 1574 | + <code><![CDATA[array_merge( |
| 1575 | + $requires, |
| 1576 | + ['__OFFSET' => $recordedOffsets], |
| 1577 | + array_filter([ |
| 1578 | + 'setting' => $recordedSettings, |
| 1579 | + 'extension_versions' => $extensionVersions, |
| 1580 | + ]) |
| 1581 | + )]]></code> |
| 1582 | + </InvalidPropertyAssignmentValue> |
| 1583 | + <InvalidReturnStatement> |
| 1584 | + <code><![CDATA[$this->parsedRequirements = array_merge( |
| 1585 | + $requires, |
| 1586 | + ['__OFFSET' => $recordedOffsets], |
| 1587 | + array_filter([ |
| 1588 | + 'setting' => $recordedSettings, |
| 1589 | + 'extension_versions' => $extensionVersions, |
| 1590 | + ]) |
| 1591 | + )]]></code> |
| 1592 | + </InvalidReturnStatement> |
| 1593 | + <InvalidReturnType> |
1577 | 1594 | <code><![CDATA[array{ |
1578 | 1595 | * __OFFSET: array<string, int>&array{__FILE: string}, |
1579 | 1596 | * setting?: array<string, string>, |
|
1582 | 1599 | * string, |
1583 | 1600 | * string|array{version: string, operator: string}|array{constraint: string}|array<int|string, string> |
1584 | 1601 | * >]]></code> |
1585 | | - </MoreSpecificReturnType> |
| 1602 | + </InvalidReturnType> |
| 1603 | + <MissingThrowsDocblock> |
| 1604 | + <code>throw new SkippedTestError;</code> |
| 1605 | + </MissingThrowsDocblock> |
1586 | 1606 | <RedundantCast> |
1587 | 1607 | <code><![CDATA[(string) $matches['value'][$i]]]></code> |
1588 | 1608 | </RedundantCast> |
|
0 commit comments