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 <?php
/* /*
* DEPRECATED: Use correct Json:: instead * DEPRECATED: Use correct Convert\Json:: instead
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@@ -1,7 +1,7 @@
<?php <?php
/* /*
* html convert functions * array search and transform functions
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@@ -1,7 +1,7 @@
<?php <?php
/* /*
* image thumbnail, rotate, etc * byte conversion from and to human readable
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

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

View File

@@ -1,7 +1,7 @@
<?php <?php
/* /*
* html convert functions * random key functions
*/ */
declare(strict_types=1); declare(strict_types=1);