From 1accac94c0860fc336bce8c90ab39db2e708618d Mon Sep 17 00:00:00 2001 From: Dave Mc Nicoll Date: Wed, 8 Feb 2023 16:31:51 +0000 Subject: [PATCH] - Fixed the Ignore attribute --- src/Attribute/Ignore.php | 6 ++++++ src/ObjectReflection.php | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 src/Attribute/Ignore.php diff --git a/src/Attribute/Ignore.php b/src/Attribute/Ignore.php new file mode 100644 index 0000000..8b94667 --- /dev/null +++ b/src/Attribute/Ignore.php @@ -0,0 +1,6 @@ + ( $e['object'] ?? null ) instanceof Ignore); }