We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbc9ff4 commit 5c69ecbCopy full SHA for 5c69ecb
src/languagePlugins/php/exportResolver/index.test.ts
@@ -3,12 +3,7 @@ import { expect } from "@std/expect";
3
import { getPHPFilesMap } from "../testFiles/index.ts";
4
import { LEARN_PHP, NESTED } from "../testFiles/constants.ts";
5
import { PHPExportResolver } from "./index.ts";
6
-import {
7
- PHP_CLASS,
8
- PHP_FUNCTION,
9
- PHP_INTERFACE,
10
- PHP_VARIABLE,
11
-} from "./types.ts";
+import { PHP_FUNCTION, PHP_INTERFACE, PHP_VARIABLE } from "./types.ts";
12
13
describe("PHP Export resolver", () => {
14
const resolver = new PHPExportResolver();
0 commit comments