Add shebang to PHP scripts

This commit is contained in:
Steffen Lange 2021-11-02 11:17:33 +01:00
parent 5cc6152c2b
commit 842de0e950
5 changed files with 5 additions and 0 deletions

1
PatchCollector_test.php Normal file → Executable file
View file

@ -1,3 +1,4 @@
#!/usr/bin/php
<?php
require('PatchObject.php');