phpOMS/tests/Security/Sample/noDeprecated.php
2023-09-21 02:02:27 +00:00

8 lines
95 B
PHP
Executable File

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