phpOMS/tests/Security/Sample/noDeprecated.php
Dennis Eichhorn 662651236e Fix tests
2023-09-22 00:07:11 +00:00

8 lines
84 B
PHP
Executable File

<?php
declare(strict_types=1);
function noDeprecated() : string
{
return '';
}