Skip to content

Commit b6c713f

Browse files
committed
Fix CS
1 parent c003c22 commit b6c713f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/simple-phpunit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
'requires' => ['php' => '*'],
204204
];
205205

206-
$stableVersions = array_filter($info['versions'], function($v) {
206+
$stableVersions = array_filter($info['versions'], function ($v) {
207207
return !preg_match('/-dev$|^dev-/', $v);
208208
});
209209

0 commit comments

Comments
 (0)