Skip to content

Commit 47c9e10

Browse files
committed
Remove a phpcs warning
1 parent 758d472 commit 47c9e10

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Reflection/FunctionReflection.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,9 @@ public function getClass()
8585

8686
public function setClass(ClassReflection $class)
8787
{
88+
// phpcs:disable Squiz.PHP.NonExecutableCode.ReturnNotRequired
8889
return; // No op
90+
// phpcs:enable
8991
}
9092

9193
/**

0 commit comments

Comments
 (0)