├── LangCorrect-CHANGELOG.txt ├── README.md ├── UTF8-CHANGELOG.txt ├── composer.json ├── example └── ReflectionTypeHint_example.php └── src ├── LangCorrect.php ├── ReflectionTypeHint.php └── UTF8.php /LangCorrect-CHANGELOG.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rin-nas/php-lang-correct/HEAD/LangCorrect-CHANGELOG.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rin-nas/php-lang-correct/HEAD/README.md -------------------------------------------------------------------------------- /UTF8-CHANGELOG.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rin-nas/php-lang-correct/HEAD/UTF8-CHANGELOG.txt -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rin-nas/php-lang-correct/HEAD/composer.json -------------------------------------------------------------------------------- /example/ReflectionTypeHint_example.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rin-nas/php-lang-correct/HEAD/example/ReflectionTypeHint_example.php -------------------------------------------------------------------------------- /src/LangCorrect.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rin-nas/php-lang-correct/HEAD/src/LangCorrect.php -------------------------------------------------------------------------------- /src/ReflectionTypeHint.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rin-nas/php-lang-correct/HEAD/src/ReflectionTypeHint.php -------------------------------------------------------------------------------- /src/UTF8.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rin-nas/php-lang-correct/HEAD/src/UTF8.php --------------------------------------------------------------------------------