diff --git a/rules-tests/Php71/Rector/FuncCall/RemoveExtraParametersRector/Fixture/skip_magic_method.php.inc b/rules-tests/Php71/Rector/FuncCall/RemoveExtraParametersRector/Fixture/skip_magic_method.php.inc new file mode 100644 index 00000000000..6de2ac7b846 --- /dev/null +++ b/rules-tests/Php71/Rector/FuncCall/RemoveExtraParametersRector/Fixture/skip_magic_method.php.inc @@ -0,0 +1,13 @@ +isPublished(false); + } +} diff --git a/rules-tests/Php71/Rector/FuncCall/RemoveExtraParametersRector/Source/TranslationEntityInterface.php b/rules-tests/Php71/Rector/FuncCall/RemoveExtraParametersRector/Source/TranslationEntityInterface.php new file mode 100644 index 00000000000..32f56f33644 --- /dev/null +++ b/rules-tests/Php71/Rector/FuncCall/RemoveExtraParametersRector/Source/TranslationEntityInterface.php @@ -0,0 +1,14 @@ +isAbstract()) { return null;