Add PHP-CS check #1123

Merged
nupplaphil merged 5 commits from feat/drone_php-cs into 2021.06-rc 2021-05-23 13:37:06 +02:00
2 changed files with 10 additions and 0 deletions
Showing only changes of commit 622ec88fe3 - Show all commits

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";
}