From 84c02e4dd1769c1eee4b273ffdd34e0a39cd2e26 Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Sat, 3 Dec 2016 05:06:49 +0000 Subject: [PATCH] #751 checking signature of proxies of PHP 7.1-style nullable parameters with default value, yet not optional (not in last position in the signature) --- ...1NullableDefaultedNonOptionalHintClass.php | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 tests/Doctrine/Tests/Common/Proxy/Php71NullableDefaultedNonOptionalHintClass.php diff --git a/tests/Doctrine/Tests/Common/Proxy/Php71NullableDefaultedNonOptionalHintClass.php b/tests/Doctrine/Tests/Common/Proxy/Php71NullableDefaultedNonOptionalHintClass.php new file mode 100644 index 000000000..d66eff963 --- /dev/null +++ b/tests/Doctrine/Tests/Common/Proxy/Php71NullableDefaultedNonOptionalHintClass.php @@ -0,0 +1,20 @@ +