mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 17:58:41 +00:00
8 lines
95 B
PHP
Executable File
8 lines
95 B
PHP
Executable File
<?php
|
|
declare(strict_types=1);
|
|
|
|
function noDeprecated(): string
|
|
{
|
|
return \is_string('');
|
|
}
|