mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
style: vendor/bin/php-cs-fixer fix --verbose --ansi --config=.no-header.php-cs-fixer.dist.php
This commit is contained in:
parent
286616fe41
commit
6559c6738f
@ -39,7 +39,7 @@ if (is_file($file)) {
|
||||
if ($dev) {
|
||||
$array['minimum-stability'] = 'dev';
|
||||
$array['prefer-stable'] = true;
|
||||
$array['repositories'] = $array['repositories'] ?? [];
|
||||
$array['repositories'] ??= [];
|
||||
|
||||
$found = false;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user