Skip to content

Commit

Permalink
Fix CS again
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed Feb 4, 2023
1 parent b7c1166 commit 52ef877
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/GetTermsDynamicFunctionReturnTypeExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ public function isFunctionSupported(FunctionReflection $functionReflection): boo
/**
* @see https://developer.wordpress.org/reference/functions/get_terms/
* @see https://developer.wordpress.org/reference/classes/wp_term_query/__construct/
*
* @phpcsSuppress SlevomatCodingStandard.Functions.UnusedParameter.UnusedParameter
*/
public function getTypeFromFunctionCall(FunctionReflection $functionReflection, FuncCall $functionCall, Scope $scope): Type
{
Expand Down

0 comments on commit 52ef877

Please sign in to comment.