Skip to content

Commit f8970a2

Browse files
committed
fix cs
1 parent b6be207 commit f8970a2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/SPC/util/PkgConfigUtil.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public static function getCflags(string $pkg_config_str): string
3232
* @return array Unique libs array, e.g. [-lz, -lxml, ...]
3333
* @throws RuntimeException
3434
*/
35-
public static function getLibsArray(string $pkg_config_str, bool $force_short_name = true): array
35+
public static function getLibsArray(string $pkg_config_str): array
3636
{
3737
// Use this instead of shell() to avoid unnecessary outputs
3838
$result = self::execWithResult("pkg-config --static --libs-only-l {$pkg_config_str}");

src/SPC/util/SPCConfigUtil.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
use SPC\builder\BuilderBase;
88
use SPC\builder\BuilderProvider;
9-
use SPC\builder\macos\MacOSBuilder;
109
use SPC\exception\FileSystemException;
1110
use SPC\exception\RuntimeException;
1211
use SPC\exception\WrongUsageException;

0 commit comments

Comments
 (0)