Skip to content

Commit c99a6b4

Browse files
committed
fixed CS in generated files
1 parent 23c29c4 commit c99a6b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tests/DeprecationErrorHandler/default.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class PHPUnit_Util_Test
3535
{
3636
public static function getGroups()
3737
{
38-
return array();
38+
return [];
3939
}
4040
}
4141

Tests/DeprecationErrorHandler/shutdown_deprecations.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class PHPUnit_Util_Test
3535
{
3636
public static function getGroups()
3737
{
38-
return array();
38+
return [];
3939
}
4040
}
4141

0 commit comments

Comments
 (0)