Skip to content

Commit

Permalink
Remove a phpcs warning
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Dec 16, 2023
1 parent 758d472 commit 47c9e10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Reflection/FunctionReflection.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ public function getClass()

public function setClass(ClassReflection $class)
{
// phpcs:disable Squiz.PHP.NonExecutableCode.ReturnNotRequired
return; // No op
// phpcs:enable
}

/**
Expand Down

0 comments on commit 47c9e10

Please sign in to comment.