init
All checks were successful
/ ls (push) Successful in 18s

This commit is contained in:
lubiana 2024-06-01 21:40:01 +02:00
parent bf7ac2668e
commit 55951419d0
Signed by: lubiana
SSH key fingerprint: SHA256:gkqM8DUX4Blf6P52fycW8ISTd+4eAHH+Uzu9iyc8hAM
17 changed files with 4501 additions and 0 deletions

View file

@ -0,0 +1,8 @@
<?php declare(strict_types=1);
test(
'example',
function (): void {
expect(true)->toBeTrue();
},
);