diff --git a/src/Reflection/FunctionReflection.php b/src/Reflection/FunctionReflection.php index 915f76b0..ec5a96c7 100644 --- a/src/Reflection/FunctionReflection.php +++ b/src/Reflection/FunctionReflection.php @@ -85,7 +85,9 @@ public function getClass() public function setClass(ClassReflection $class) { + // phpcs:disable Squiz.PHP.NonExecutableCode.ReturnNotRequired return; // No op + // phpcs:enable } /**