Skip to content

Commit 0fd05a8

Browse files
committed
gh-pages: add shebang and file docblock to build script
1 parent 51d7b8d commit 0fd05a8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

build/generate_phars_list.php

100644100755
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1-
1+
#!/usr/bin/env php
22
<?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+
*/
39

410
// A directory containing files that are named {phpcs,phpcbf}-*.{phar,phar.asc}.
511
$pharDir = __DIR__ . '/../src/phars';

0 commit comments

Comments
 (0)