Skip to content

Commit 352d2e1

Browse files
authored
cs
1 parent b49130b commit 352d2e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CliMenuTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ public function testAddCustomControlMappings() : void
513513
->method('read')
514514
->will(
515515
$this->returnCallback(
516-
function() use (&$first) {
516+
function () use (&$first) {
517517
return $first ? 'c' : 'x';
518518
}
519519
)

0 commit comments

Comments
 (0)