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