1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/16354] Clean up startup a bit and add annotations

PHPBB3-16354
This commit is contained in:
Marc Alexander
2020-02-03 17:44:54 +01:00
parent ee4620ef9e
commit 115d0e794e
2 changed files with 18 additions and 2 deletions

View File

@@ -637,7 +637,7 @@ class filesystem implements filesystem_interface
}
/**
* Try to resolve real path when PHP's realpath failes to do so
* Try to resolve real path when PHP's realpath fails to do so
*
* @param string $path
* @return bool|string