Skip to content

Commit 85b80e6

Browse files
Merge branch '4.4' into 5.0
* 4.4: fix tests
2 parents 6c6a0ae + a2c2393 commit 85b80e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/patch-types.php

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
case false !== strpos($file, '/src/Symfony/Component/ErrorHandler/Tests/Fixtures/'):
3030
case false !== strpos($file, '/src/Symfony/Component/PropertyInfo/Tests/Fixtures/Dummy.php'):
3131
case false !== strpos($file, '/src/Symfony/Component/PropertyInfo/Tests/Fixtures/ParentDummy.php'):
32+
case false !== strpos($file, '/src/Symfony/Component/PropertyInfo/Tests/Fixtures/Php80Dummy.php'):
3233
case false !== strpos($file, '/src/Symfony/Component/Serializer/Tests/Normalizer/Features/ObjectOuter.php'):
3334
case false !== strpos($file, '/src/Symfony/Component/VarDumper/Tests/Fixtures/NotLoadableClass.php'):
3435
case false !== strpos($file, '/src/Symfony/Component/VarDumper/Tests/Fixtures/Php74.php') && \PHP_VERSION_ID < 70400:

0 commit comments

Comments
 (0)