From 442f617031d7a94eee44f280ecb32387d987da67 Mon Sep 17 00:00:00 2001 From: TomasVotruba Date: Fri, 22 Jan 2021 20:14:10 +0100 Subject: [PATCH] make sure doc is skipped --- .../Fixture/skip_doc.php.inc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 rules/php80/tests/Rector/Property/TypedPropertyFromStrictConstructorRector/Fixture/skip_doc.php.inc diff --git a/rules/php80/tests/Rector/Property/TypedPropertyFromStrictConstructorRector/Fixture/skip_doc.php.inc b/rules/php80/tests/Rector/Property/TypedPropertyFromStrictConstructorRector/Fixture/skip_doc.php.inc new file mode 100644 index 00000000000..08a17bdb566 --- /dev/null +++ b/rules/php80/tests/Rector/Property/TypedPropertyFromStrictConstructorRector/Fixture/skip_doc.php.inc @@ -0,0 +1,16 @@ +name = $name; + } +}