File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1010use Php \Pie \ExtensionName ;
1111use Php \Pie \ExtensionType ;
1212use Php \Pie \Platform \OperatingSystemFamily ;
13-
1413use Webmozart \Assert \Assert ;
14+
1515use function array_key_exists ;
1616use function array_map ;
1717use function array_slice ;
1818use function explode ;
1919use function implode ;
2020use function parse_url ;
21- use function sprintf ;
2221use function str_contains ;
2322use function str_starts_with ;
2423use function strtolower ;
@@ -75,7 +74,7 @@ public static function fromComposerCompletePackage(CompletePackageInterface $com
7574 ? $ phpExtOptions ['build-path ' ]
7675 : null ;
7776
78- $ compatibleOsFamilies = $ phpExtOptions ['os-families ' ] ?? null ;
77+ $ compatibleOsFamilies = $ phpExtOptions ['os-families ' ] ?? null ;
7978 $ incompatibleOsFamilies = $ phpExtOptions ['os-families-exclude ' ] ?? null ;
8079
8180 if ($ compatibleOsFamilies !== null && $ incompatibleOsFamilies !== null ) {
You can’t perform that action at this time.
0 commit comments