Skip to content

Commit 90b8a9d

Browse files
Merge branch '10.5' into 11.5
2 parents ada7e24 + 982fadd commit 90b8a9d

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
<phar name="phpstan" version="^2.1" installed="2.1.17" location="./tools/phpstan" copy="true"/>

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">
@@ -44,7 +47,7 @@
4447
</testsuite>
4548
</testsuites>
4649

47-
<source>
50+
<source ignoreIndirectDeprecations="true" restrictNotices="true" restrictWarnings="true">
4851
<include>
4952
<directory>src</directory>
5053
</include>

tools/php-cs-fixer

400 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)