Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
212
/
root
/
proc
/
212
/
task
/
212
/
root
/
proc
/
70528
/
cwd
/
vendor
/
doctrine
/
persistence
/
//proc/212/root/proc/212/task/212/root/proc/70528/cwd/vendor/doctrine/persistence/psalm.phpstub
<?php /** * Workaround for psalm to return a class-string when used with a class string * Can be removed when https://github.com/vimeo/psalm/pull/8219 is released * * @psalm-pure * * @return ($string is class-string ? ($characters is '\\' ? class-string : string) : string) * * @psalm-flow ($string) -> return */ function ltrim(string $string, string $characters = " \t\n\r\0\x0B") : string {}