diff options
author | Remi Collet <remi@remirepo.net> | 2023-05-30 11:31:39 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-05-30 11:31:39 +0200 |
commit | c0e7cc3d13b1268af6f77f0fc66623269a1c1e89 (patch) | |
tree | 5333e3fd59b793cec68c99b554efb3f29b649a8f /php-doctrine-deprecations-php82.patch | |
parent | e3ebb820a98efb061a86995ae3706c6f0bdc9d82 (diff) |
update to 1.1.0
Diffstat (limited to 'php-doctrine-deprecations-php82.patch')
-rw-r--r-- | php-doctrine-deprecations-php82.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/php-doctrine-deprecations-php82.patch b/php-doctrine-deprecations-php82.patch deleted file mode 100644 index ccc729b..0000000 --- a/php-doctrine-deprecations-php82.patch +++ /dev/null @@ -1,23 +0,0 @@ -From d0c1e0a2bcd9a0dd081198536a141ea29ba4f6e2 Mon Sep 17 00:00:00 2001 -From: DavidPrevot <david@tilapin.org> -Date: Wed, 10 Aug 2022 19:02:01 +0200 -Subject: [PATCH] Be tolerant about line number pointer (#39) - -PHP 8.2 related fix. ---- - tests/Doctrine/Deprecations/DeprecationTest.php | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/tests/Doctrine/Deprecations/DeprecationTest.php b/tests/Doctrine/Deprecations/DeprecationTest.php -index e59c146..4d14a31 100644 ---- a/tests/Doctrine/Deprecations/DeprecationTest.php -+++ b/tests/Doctrine/Deprecations/DeprecationTest.php -@@ -207,7 +207,7 @@ public function testDeprecationIfCalledFromOutside(): void - Deprecation::enableWithTriggerError(); - - $this->expectErrorHandler( -- 'Bar::oldFunc() is deprecated, use Bar::newFunc() instead. (Bar.php:16 called by Foo.php:14, https://github.com/doctrine/foo, package doctrine/foo)', -+ 'Bar::oldFunc() is deprecated, use Bar::newFunc() instead. (Bar.php:%d called by Foo.php:14, https://github.com/doctrine/foo, package doctrine/foo)', - 'https://github.com/doctrine/foo' - ); - |