1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/16955] Clean up filesystem and files classes

PHPBB3-16955
This commit is contained in:
Marc Alexander
2022-12-26 16:43:50 +01:00
parent d3d53cda0f
commit 7f61f8b770
14 changed files with 58 additions and 49 deletions

View File

@@ -241,7 +241,7 @@ interface filesystem_interface
*
* @param ?string $path Path to resolve
*
* @return string Resolved path
* @return string|false Resolved path or false if path could not be resolved
*/
public function realpath($path);