mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 02:06:32 +02:00
[ticket/17361] Rewrite storage
PHPBB-17361
This commit is contained in:
@@ -36,7 +36,7 @@ class storage_exception extends runtime_exception
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function get_filename()
|
||||
public function get_filename(): string
|
||||
{
|
||||
$parameters = $this->get_parameters();
|
||||
return $parameters['filename'];
|
||||
|
Reference in New Issue
Block a user