Skip to content

Commit 0e35d92

Browse files
committed
Fix up deprecations.
1 parent c1cc5e7 commit 0e35d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PhpCollective/Sniffs/Commenting/DisallowArrayTypeHintSyntaxSniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ protected function findGenericIdentifier(
313313
if (!$annotationValue instanceof ParamTagValueNode && !$annotationValue instanceof ReturnTagValueNode) {
314314
return null;
315315
}
316-
#
316+
317317
$functionTokenCodes = [
318318
T_FUNCTION,
319319
T_CLOSURE,

0 commit comments

Comments
 (0)