Class header info string fix

This commit is contained in:
Clemens Schwaighofer
2022-07-29 06:59:33 +09:00
parent b5ead3e266
commit e1340acf55
5 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
<?php
/*
* check if string is valid in target encoding
* convert string frmo one encdoing to another with auto detect flags
*/
declare(strict_types=1);