Skip to content

Commit eaf4d96

Browse files
localheinzsebastianbergmann
authored andcommitted
Fix: Regenerate baseline for vimeo/psalm
1 parent 2479058 commit eaf4d96

File tree

1 file changed

+35
-35
lines changed

1 file changed

+35
-35
lines changed

.psalm/baseline.xml

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
$expectedElement->childNodes->item($i),
2929
$actualElement->childNodes->item($i),
3030
$checkAttributes,
31-
$message
31+
$message,
3232
)]]></code>
3333
</DeprecatedMethod>
3434
<DocblockTypeContradiction>
@@ -161,22 +161,22 @@
161161
<code>new IsType(IsType::TYPE_STRING)</code>
162162
<code>new TraversableContainsOnly(
163163
$type,
164-
$isNativeType
164+
$isNativeType,
165165
)</code>
166166
<code>new TraversableContainsOnly(
167167
$className,
168-
false
168+
false,
169169
)</code>
170170
<code>new TraversableContainsOnly(
171171
$type,
172-
$isNativeType
172+
$isNativeType,
173173
)</code>
174174
<code>new TraversableContainsOnly($className, false)</code>
175175
<code>new TraversableContainsOnly($type)</code>
176176
<code>static::assertThat(
177177
$actual,
178178
static::objectEquals($expected, $method),
179-
$message
179+
$message,
180180
)</code>
181181
<code>static::assertThat($haystack, $constraint, $message)</code>
182182
<code>static::assertThat($haystack, $constraint, $message)</code>
@@ -408,7 +408,7 @@
408408
<code><![CDATA[throw new Exception(
409409
$e->getMessage(),
410410
$e->getCode(),
411-
$e
411+
$e,
412412
);]]></code>
413413
</MissingThrowsDocblock>
414414
</file>
@@ -420,7 +420,7 @@
420420
<code><![CDATA[throw new Exception(
421421
$e->getMessage(),
422422
$e->getCode(),
423-
$e
423+
$e,
424424
);]]></code>
425425
</MissingThrowsDocblock>
426426
</file>
@@ -573,7 +573,7 @@
573573
$callOriginalConstructor,
574574
$callOriginalClone,
575575
$callAutoload,
576-
$cloneArguments
576+
$cloneArguments,
577577
)]]></code>
578578
</InvalidReturnStatement>
579579
<InvalidReturnType>
@@ -668,11 +668,11 @@
668668
substr(
669669
substr(
670670
$parameterAsString,
671-
strpos($parameterAsString, '<optional> ') + strlen('<optional> ')
671+
strpos($parameterAsString, '<optional> ') + strlen('<optional> '),
672672
),
673673
0,
674-
-2
675-
)
674+
-2,
675+
),
676676
)[1]]]></code>
677677
<code>(string) var_export($defaultValue, true)</code>
678678
</RedundantCastGivenDocblockType>
@@ -777,7 +777,7 @@
777777
<code>Filter::getFilteredStacktrace($t)</code>
778778
<code>Filter::getFilteredStacktrace($t)</code>
779779
<code><![CDATA[new DataProviderTestSuite(
780-
$className . '::' . $methodName
780+
$className . '::' . $methodName,
781781
)]]></code>
782782
<code><![CDATA[throw new Exception('No valid test provided.');]]></code>
783783
</MissingThrowsDocblock>
@@ -831,7 +831,7 @@
831831
<MissingThrowsDocblock>
832832
<code><![CDATA[TestUtil::getMissingRequirements(
833833
static::class,
834-
$this->name
834+
$this->name,
835835
)]]></code>
836836
<code>cacheDirectory</code>
837837
<code>endTest</code>
@@ -917,20 +917,20 @@
917917
<code>getObjectForTrait</code>
918918
<code>new Differ($header)</code>
919919
<code><![CDATA[new Template(
920-
__DIR__ . '/../Util/PHP/Template/TestCaseClass.tpl'
920+
__DIR__ . '/../Util/PHP/Template/TestCaseClass.tpl',
921921
)]]></code>
922922
<code><![CDATA[new Template(
923-
__DIR__ . '/../Util/PHP/Template/TestCaseMethod.tpl'
923+
__DIR__ . '/../Util/PHP/Template/TestCaseMethod.tpl',
924924
)]]></code>
925925
<code><![CDATA[throw new Exception(
926926
$e->getMessage(),
927927
$e->getCode(),
928-
$e
928+
$e,
929929
);]]></code>
930930
<code><![CDATA[throw new Exception(
931931
$e->getMessage(),
932932
$e->getCode(),
933-
$e
933+
$e,
934934
);]]></code>
935935
<code><![CDATA[throw new Exception('This test uses TestCase::prophesize(), but phpspec/prophecy is not installed. Please run "composer require --dev phpspec/prophecy".');]]></code>
936936
</MissingThrowsDocblock>
@@ -1008,12 +1008,12 @@
10081008
<code><![CDATA[throw new Exception(
10091009
$e->getMessage(),
10101010
$e->getCode(),
1011-
$e
1011+
$e,
10121012
);]]></code>
10131013
<code><![CDATA[throw new Exception(
10141014
$e->getMessage(),
10151015
$e->getCode(),
1016-
$e
1016+
$e,
10171017
);]]></code>
10181018
</MissingThrowsDocblock>
10191019
<PossiblyInvalidArgument>
@@ -1067,7 +1067,7 @@
10671067
<code><![CDATA[throw new Exception(
10681068
$e->getMessage(),
10691069
$e->getCode(),
1070-
$e
1070+
$e,
10711071
);]]></code>
10721072
</MissingThrowsDocblock>
10731073
<PropertyNotSetInConstructor>
@@ -1150,7 +1150,7 @@
11501150
<MissingThrowsDocblock>
11511151
<code>cacheDirectory</code>
11521152
<code><![CDATA[new Template(
1153-
__DIR__ . '/../Util/PHP/Template/PhptTestCase.tpl'
1153+
__DIR__ . '/../Util/PHP/Template/PhptTestCase.tpl',
11541154
)]]></code>
11551155
<code>stop</code>
11561156
</MissingThrowsDocblock>
@@ -1194,7 +1194,7 @@
11941194
<code><![CDATA[throw new Exception(
11951195
$e->getMessage(),
11961196
$e->getCode(),
1197-
$e
1197+
$e,
11981198
);]]></code>
11991199
</MissingThrowsDocblock>
12001200
</file>
@@ -1247,12 +1247,12 @@
12471247
<code><![CDATA[throw new ReflectionException(
12481248
$e->getMessage(),
12491249
$e->getCode(),
1250-
$e
1250+
$e,
12511251
);]]></code>
12521252
<code><![CDATA[throw new ReflectionException(
12531253
$e->getMessage(),
12541254
$e->getCode(),
1255-
$e
1255+
$e,
12561256
);]]></code>
12571257
<code>unrecognizedOrderBy</code>
12581258
</MissingThrowsDocblock>
@@ -1335,7 +1335,7 @@
13351335
$arguments['colors'],
13361336
$arguments['debug'],
13371337
$arguments['columns'],
1338-
$arguments['reverseList']
1338+
$arguments['reverseList'],
13391339
)]]></code>
13401340
</InvalidStringClass>
13411341
<MissingThrowsDocblock>
@@ -1578,7 +1578,7 @@
15781578
array_filter([
15791579
'setting' => $recordedSettings,
15801580
'extension_versions' => $extensionVersions,
1581-
])
1581+
]),
15821582
)]]></code>
15831583
</InvalidPropertyAssignmentValue>
15841584
<InvalidReturnStatement>
@@ -1588,7 +1588,7 @@
15881588
array_filter([
15891589
'setting' => $recordedSettings,
15901590
'extension_versions' => $extensionVersions,
1591-
])
1591+
]),
15921592
)]]></code>
15931593
</InvalidReturnStatement>
15941594
<InvalidReturnType>
@@ -1628,8 +1628,8 @@
16281628
<code><![CDATA[throw new Exception(
16291629
sprintf(
16301630
'"%s" is not a directory',
1631-
$directory
1632-
)
1631+
$directory,
1632+
),
16331633
);]]></code>
16341634
</MissingThrowsDocblock>
16351635
</file>
@@ -1668,12 +1668,12 @@
16681668
<code><![CDATA[throw new Exception(
16691669
$e->getMessage(),
16701670
$e->getCode(),
1671-
$e
1671+
$e,
16721672
);]]></code>
16731673
<code><![CDATA[throw new Exception(
16741674
$e->getMessage(),
16751675
$e->getCode(),
1676-
$e
1676+
$e,
16771677
);]]></code>
16781678
</MissingThrowsDocblock>
16791679
<PossiblyNullPropertyAssignmentValue>
@@ -1706,7 +1706,7 @@
17061706
<code><![CDATA[throw new Exception(
17071707
$e->getMessage(),
17081708
$e->getCode(),
1709-
$e
1709+
$e,
17101710
);]]></code>
17111711
</MissingThrowsDocblock>
17121712
<PropertyNotSetInConstructor>
@@ -1844,7 +1844,7 @@
18441844
<code><![CDATA[throw new UtilException(
18451845
$e->getMessage(),
18461846
$e->getCode(),
1847-
$e
1847+
$e,
18481848
);]]></code>
18491849
</MissingThrowsDocblock>
18501850
<RedundantConditionGivenDocblockType>
@@ -1894,7 +1894,7 @@
18941894
<code><![CDATA[throw new Exception(
18951895
$e->getMessage(),
18961896
$e->getCode(),
1897-
$e
1897+
$e,
18981898
);]]></code>
18991899
</MissingThrowsDocblock>
19001900
</file>
@@ -1925,7 +1925,7 @@
19251925
<code><![CDATA[throw new Exception(
19261926
$e->getMessage(),
19271927
$e->getCode(),
1928-
$e
1928+
$e,
19291929
);]]></code>
19301930
</MissingThrowsDocblock>
19311931
<MoreSpecificReturnType>

0 commit comments

Comments
 (0)