Skip to content

Commit dcd48d1

Browse files
committed
re-run
1 parent 7b67bee commit dcd48d1

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

build/build-preload.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ function isPHPStanTestPreloaded(): bool
7373
7474
return interface_exists(Node::class, false);
7575
}
76-
7776
CODE_SAMPLE;
7877

7978
/**

preload-split-package.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ function isPHPStanTestPreloaded(): bool
2525
return interface_exists(Node::class, false);
2626
}
2727

28-
2928
require_once __DIR__ . '/../../../vendor/nikic/php-parser/lib/PhpParser/Node.php';
3029
require_once __DIR__ . '/src/Contract/PhpParser/Node/StmtsAwareInterface.php';
3130
require_once __DIR__ . '/../../../vendor/nikic/php-parser/lib/PhpParser/NodeAbstract.php';

preload.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ function isPHPStanTestPreloaded(): bool
2525
return interface_exists(Node::class, false);
2626
}
2727

28-
2928
require_once __DIR__ . '/vendor/nikic/php-parser/lib/PhpParser/Node.php';
3029
require_once __DIR__ . '/src/Contract/PhpParser/Node/StmtsAwareInterface.php';
3130
require_once __DIR__ . '/vendor/nikic/php-parser/lib/PhpParser/NodeAbstract.php';

0 commit comments

Comments
 (0)