Skip to content

Commit 1abebec

Browse files
committed
Roave#70 ensure that all closures have a defined return type hint, as per doctrine/coding-standard v4
1 parent b15ca10 commit 1abebec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/roave-backward-compatibility-check.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
use function getcwd;
3434

3535
(function () : void {
36-
(function () {
36+
(function () : void {
3737
$autoloaderLocations = [
3838
__DIR__ . '/../vendor/autoload.php',
3939
__DIR__ . '/../autoload.php',

0 commit comments

Comments
 (0)