test-files for PHP-CS

This commit is contained in:
Philipp
2021-05-22 18:50:42 +02:00
parent b852a61611
commit 622ec88fe3
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";
}