mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-25 04:03:40 +00:00
test-files for PHP-CS
This commit is contained in:
parent
b852a61611
commit
622ec88fe3
2 changed files with 10 additions and 0 deletions
5
blockbot/test.php
Normal file
5
blockbot/test.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
|
||||
function a_failed_one ( ) {
|
||||
echo "blubb";
|
||||
}
|
5
blockem/test.php
Normal file
5
blockem/test.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
|
||||
function a_failed_one ( ) {
|
||||
echo "blubb";
|
||||
}
|
Loading…
Reference in a new issue