Skip to content

Commit d08c057

Browse files
committed
Make 5.3 compliant, fix formatting
1 parent 6194005 commit d08c057

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/CLI.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@ public function __construct(Factory $factory) {
7373
*
7474
* @return int exit code
7575
*/
76-
public function run(array $env): int
77-
{
76+
public function run(array $env) {
7877

7978
try {
8079

0 commit comments

Comments
 (0)