mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-16 05:34:01 +02:00
[ticket/16639] Pass absolute paths to make_path_relative
PHPBB3-16639
This commit is contained in:
@@ -600,7 +600,7 @@ class filesystem implements filesystem_interface
|
||||
*
|
||||
* @deprecated 3.3.0-a1 (To be removed: 4.0.0)
|
||||
*
|
||||
* @param string $path
|
||||
* @param ?string $path
|
||||
* @return bool|string
|
||||
*/
|
||||
protected function phpbb_own_realpath($path)
|
||||
|
@@ -239,7 +239,7 @@ interface filesystem_interface
|
||||
* Try to resolve realpath when PHP's realpath is not available, or
|
||||
* known to be buggy.
|
||||
*
|
||||
* @param string $path Path to resolve
|
||||
* @param ?string $path Path to resolve
|
||||
*
|
||||
* @return string Resolved path
|
||||
*/
|
||||
|
Reference in New Issue
Block a user