mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 17:58:41 +00:00
7 lines
62 B
PHP
7 lines
62 B
PHP
<?php
|
|
|
|
function noDeprecated()
|
|
{
|
|
return \is_string('');
|
|
}
|