test-files for PHP-CS

This commit is contained in:
Philipp Holzer 2021-05-22 18:50:42 +02:00
parent b852a61611
commit 622ec88fe3
No known key found for this signature in database
GPG Key ID: 9A28B7D4FF5667BD
2 changed files with 10 additions and 0 deletions

5
blockbot/test.php Normal file
View File

@ -0,0 +1,5 @@
<?php
function a_failed_one ( ) {
echo "blubb";
}

5
blockem/test.php Normal file
View File

@ -0,0 +1,5 @@
<?php
function a_failed_one ( ) {
echo "blubb";
}