Skip to content

Commit 6904af4

Browse files
author
Dan Cryer
committed
Removing accidentally added PHP7 type hint
1 parent 1e4076d commit 6904af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PhpDocblockChecker/CheckerApplication.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class CheckerApplication extends Application
2424
* @param InputInterface $input
2525
* @return string
2626
*/
27-
protected function getCommandName(InputInterface $input) : string
27+
protected function getCommandName(InputInterface $input)
2828
{
2929
return 'check';
3030
}

0 commit comments

Comments
 (0)