Skip to content

Commit cb6e7e2

Browse files
Merge branch '11.5' into 12.2
2 parents 03af660 + 90b8a9d commit cb6e7e2

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.phive/phars.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phive xmlns="https://phar.io/phive">
33
<phar name="phpab" version="^1.29" installed="1.29.3" location="./tools/phpab" copy="true"/>
4-
<phar name="php-cs-fixer" version="^3.80" installed="3.82.1" location="./tools/php-cs-fixer" copy="true"/>
4+
<phar name="php-cs-fixer" version="^3.80" installed="3.82.2" location="./tools/php-cs-fixer" copy="true"/>
55
<phar name="humbug/php-scoper" version="^0.18" installed="0.18.17" location="./tools/php-scoper" copy="true"/>
66
<phar name="composer" version="^2.8" installed="2.8.9" location="./tools/composer" copy="true"/>
77
</phive>

phpunit.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
xsi:noNamespaceSchemaLocation="phpunit.xsd"
44
bootstrap="tests/bootstrap.php"
55
cacheDirectory=".phpunit.cache"
6+
shortenArraysForExportThreshold="10"
67
beStrictAboutOutputDuringTests="true"
8+
displayDetailsOnPhpunitDeprecations="true"
9+
failOnPhpunitDeprecation="true"
710
failOnRisky="true"
811
failOnWarning="true"
912
colors="true">
@@ -45,7 +48,7 @@
4548
</testsuite>
4649
</testsuites>
4750

48-
<source>
51+
<source ignoreIndirectDeprecations="true" restrictNotices="true" restrictWarnings="true">
4952
<include>
5053
<directory>src</directory>
5154
</include>

tools/php-cs-fixer

400 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)