mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
Fix unique and reverse order
This commit is contained in:
parent
a095d489f3
commit
a88f9933d2
@ -179,7 +179,7 @@ class SPCConfigUtil
|
||||
}
|
||||
|
||||
// post-process
|
||||
$lib_names = array_unique(array_reverse($lib_names));
|
||||
$lib_names = array_reverse(array_unique($lib_names));
|
||||
$frameworks = array_unique($frameworks);
|
||||
|
||||
// process frameworks to short_name
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user