Skip to content

Commit ea4bee7

Browse files
Merge branch '10.5'
2 parents 86f052c + 1834f4c commit ea4bee7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.psalm/baseline.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,15 @@
137137
<code>Assert::assertStringNotMatchesFormat(...func_get_args())</code>
138138
<code>Assert::assertStringNotMatchesFormatFile(...func_get_args())</code>
139139
</DeprecatedMethod>
140+
<MissingThrowsDocblock>
141+
<code>Assert::containsOnly(...func_get_args())</code>
142+
<code>Assert::containsOnlyInstancesOf(...func_get_args())</code>
143+
<code>Assert::isInstanceOf(...func_get_args())</code>
144+
<code>Assert::isType(...func_get_args())</code>
145+
<code>Assert::logicalAnd(...func_get_args())</code>
146+
<code>Assert::stringEndsWith(...func_get_args())</code>
147+
<code>Assert::stringStartsWith(...func_get_args())</code>
148+
</MissingThrowsDocblock>
140149
<TooManyArguments>
141150
<code>Assert::anything(...func_get_args())</code>
142151
<code>Assert::directoryExists(...func_get_args())</code>

0 commit comments

Comments
 (0)