mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-08 01:15:37 +08:00
better description of function
This commit is contained in:
@@ -23,6 +23,6 @@ class imagick extends Extension
|
||||
$static .= ' -l:libstdc++.a';
|
||||
$shared = str_replace('-lstdc++', '', $shared);
|
||||
}
|
||||
return [deduplicate_spaces($static), deduplicate_spaces($shared)];
|
||||
return [clean_spaces($static), clean_spaces($shared)];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user