Skip to content

Commit 770dac4

Browse files
Fix SA
1 parent ea0efcc commit 770dac4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Type/Php/FilterFunctionReturnTypeHelper.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,9 @@ private function getOptions(Type $flagsType, int $filterValue): array
436436
return $options;
437437
}
438438

439+
/**
440+
* @param non-empty-string $flagName
441+
*/
439442
private function hasFlag(string $flagName, ?Type $flagsType): bool
440443
{
441444
$flag = $this->getConstant($flagName);

0 commit comments

Comments
 (0)