Skip to content

Commit 17a33bb

Browse files
Merge branch '11.5' into 12.2
2 parents 9c8887c + e0c55e4 commit 17a33bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

schema/10.5.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@
180180
<xs:attribute name="failOnAllIssues" type="xs:boolean" default="false"/>
181181
<xs:attribute name="failOnDeprecation" type="xs:boolean" default="false"/>
182182
<xs:attribute name="failOnPhpunitDeprecation" type="xs:boolean" default="false"/>
183+
<xs:attribute name="failOnPhpunitWarning" type="xs:boolean" default="true"/>
183184
<xs:attribute name="failOnEmptyTestSuite" type="xs:boolean" default="false"/>
184185
<xs:attribute name="failOnIncomplete" type="xs:boolean" default="false"/>
185186
<xs:attribute name="failOnNotice" type="xs:boolean" default="false"/>
@@ -198,7 +199,6 @@
198199
<xs:attribute name="beStrictAboutChangesToGlobalState" type="xs:boolean" default="false"/>
199200
<xs:attribute name="beStrictAboutOutputDuringTests" type="xs:boolean" default="false"/>
200201
<xs:attribute name="beStrictAboutTestsThatDoNotTestAnything" type="xs:boolean" default="true"/>
201-
<xs:attribute name="beStrictAboutTodoAnnotatedTests" type="xs:boolean" default="false"/>
202202
<xs:attribute name="beStrictAboutCoverageMetadata" type="xs:boolean" default="false"/>
203203
<xs:attribute name="defaultTimeLimit" type="xs:integer" default="0"/>
204204
<xs:attribute name="enforceTimeLimit" type="xs:boolean" default="false"/>

src/TextUI/Configuration/Cli/Builder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1376,7 +1376,7 @@ private function markProcessed(string $option): void
13761376
}
13771377

13781378
/**
1379-
* @psalm-param non-empty-string $option
1379+
* @param non-empty-string $option
13801380
*/
13811381
private function warnWhenOptionsConflict(?bool $current, string $option, string $opposite): void
13821382
{

0 commit comments

Comments
 (0)