CodeIgniter4/app/Config/ForeignCharacters.php
kenjis b9efbfc9d5
docs: add @immutable
There is no reason to change the values after the instantiation.
2023-08-27 15:38:42 +09:00

13 lines
174 B
PHP

<?php
namespace Config;
use CodeIgniter\Config\ForeignCharacters as BaseForeignCharacters;
/**
* @immutable
*/
class ForeignCharacters extends BaseForeignCharacters
{
}