Moved many field related get methods to its own classes

This commit is contained in:
2022-09-10 10:12:13 +02:00
parent 4a32d3d50e
commit c5a85f167e
34 changed files with 2406 additions and 32 deletions

View File

@@ -46,7 +46,7 @@ abstract class Indent
* @return string
* @since 3.2.0
*/
public function _(int $nr): string
public static function _(int $nr): string
{
// check if we already have the string
if (!isset(self::$bucket[$nr]))