<?php rtrim(string $string, string $characters = " \n\r\t\v\x00"): string
<?php { $updatedStaticLoader = str_replace( "__DIR__ . '/../..'", sprintf("'%s'", rtrim(getenv('LAMBDA_TASK_ROOT'), '/')), file_get_contents(self::AUTOLOAD_STATIC_PATH) );