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 51d7b8d commit 0fd05a8Copy full SHA for 0fd05a8
1 file changed
build/generate_phars_list.php
100644
100755
@@ -1,5 +1,11 @@
1
-
+#!/usr/bin/env php
2
<?php
3
+/**
4
+ * Script to auto-generate the `phars/index.html` page for the GH Pages website.
5
+ *
6
+ * @copyright 2025 PHPCSStandards and contributors
7
+ * @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/licence.txt BSD Licence
8
+ */
9
10
// A directory containing files that are named {phpcs,phpcbf}-*.{phar,phar.asc}.
11
$pharDir = __DIR__ . '/../src/phars';
0 commit comments