From 90e6adf164467270975fdb7e2622cce9aa26e8d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Sat, 15 Oct 2022 09:55:18 +0200 Subject: [PATCH] Assert JoinColumns in CPP should be converted Found while working on https://github.com/doctrine/orm/pull/10113 The fix should eliminate the need for https://github.com/doctrine/orm/pull/10113/commits/37e34e9f82098a090fb604c36690ffbe0bb5c98d --- .../doctrine_nested_join_columns_cpp.php.inc | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 rules-tests/Php80/Rector/Property/NestedAnnotationToAttributeRector/Fixture/doctrine_nested_join_columns_cpp.php.inc diff --git a/rules-tests/Php80/Rector/Property/NestedAnnotationToAttributeRector/Fixture/doctrine_nested_join_columns_cpp.php.inc b/rules-tests/Php80/Rector/Property/NestedAnnotationToAttributeRector/Fixture/doctrine_nested_join_columns_cpp.php.inc new file mode 100644 index 00000000000..b98cd60703c --- /dev/null +++ b/rules-tests/Php80/Rector/Property/NestedAnnotationToAttributeRector/Fixture/doctrine_nested_join_columns_cpp.php.inc @@ -0,0 +1,42 @@ + +----- +