Skip to content

Commit 1834f4c

Browse files
Update Psalm baseline
1 parent 1fdfc59 commit 1834f4c

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
@@ -152,6 +152,15 @@
152152
<code>Assert::assertStringNotMatchesFormat(...func_get_args())</code>
153153
<code>Assert::assertStringNotMatchesFormatFile(...func_get_args())</code>
154154
</DeprecatedMethod>
155+
<MissingThrowsDocblock>
156+
<code>Assert::containsOnly(...func_get_args())</code>
157+
<code>Assert::containsOnlyInstancesOf(...func_get_args())</code>
158+
<code>Assert::isInstanceOf(...func_get_args())</code>
159+
<code>Assert::isType(...func_get_args())</code>
160+
<code>Assert::logicalAnd(...func_get_args())</code>
161+
<code>Assert::stringEndsWith(...func_get_args())</code>
162+
<code>Assert::stringStartsWith(...func_get_args())</code>
163+
</MissingThrowsDocblock>
155164
<TooManyArguments>
156165
<code>Assert::anything(...func_get_args())</code>
157166
<code>Assert::directoryExists(...func_get_args())</code>

0 commit comments

Comments
 (0)