We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f671070 commit b7ff296Copy full SHA for b7ff296
tools/generate-tag-names.php
@@ -16,6 +16,8 @@
16
17
require_once __DIR__ . '/../vendor/autoload.php';
18
19
+echo 'Generating tag names.'.PHP_EOL;
20
+
21
$imports = array();
22
$constants = array();
23
0 commit comments