We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3640407 commit 9e0654fCopy full SHA for 9e0654f
1 file changed
i18n_extract.php
@@ -1,11 +1,9 @@
1
<?php
2
3
-use PhpParser\Lexer;
4
use PhpParser\Node;
5
use PhpParser\NodeTraverser;
6
use PhpParser\NodeVisitorAbstract;
7
use PhpParser\ParserFactory;
8
-use PhpParser\PrettyPrinter;
9
10
if (!file_exists('vendor/autoload.php') || !file_exists('pages')) {
11
echo "Please run this script from the project root.\n";
0 commit comments