From 1b2a0e5bc4811f8b21c738a5b6e0fbcbd4d81bf1 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Thu, 25 Jul 2024 17:11:59 +0200 Subject: [PATCH] add next fixture --- .../Fixture/Odm/false_union_type.php.inc | 51 +++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 rules-tests/CodeQuality/Rector/Property/ImproveDoctrineCollectionDocTypeInEntityRector/Fixture/Odm/false_union_type.php.inc diff --git a/rules-tests/CodeQuality/Rector/Property/ImproveDoctrineCollectionDocTypeInEntityRector/Fixture/Odm/false_union_type.php.inc b/rules-tests/CodeQuality/Rector/Property/ImproveDoctrineCollectionDocTypeInEntityRector/Fixture/Odm/false_union_type.php.inc new file mode 100644 index 00000000..d11021d8 --- /dev/null +++ b/rules-tests/CodeQuality/Rector/Property/ImproveDoctrineCollectionDocTypeInEntityRector/Fixture/Odm/false_union_type.php.inc @@ -0,0 +1,51 @@ +items; + } +} + +?> +----- + + */ + private $items = []; + + public function getItems() + { + return $this->items; + } +} + +?>