Skip to content

Commit dcf22ae

Browse files
committed
Fix PHP binary metadata import order
1 parent 162a918 commit dcf22ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/common/lib/php-binary-metadata.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import { SupportedPHPVersions } from '@studio/common/types/php-versions';
21
import { __, _n, sprintf } from '@wordpress/i18n';
32
import { z } from 'zod';
3+
import { SupportedPHPVersions } from '@studio/common/types/php-versions';
44

55
// PHP versions supported by the native-php runtime (subset of SupportedPHPVersions).
66
// PHP 7.4 is excluded: no static binaries are available from the upstream CDN.

0 commit comments

Comments
 (0)