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

[ticket/15699] Improve code style

PHPBB3-15699
This commit is contained in:
Ruben Calvo
2024-02-18 10:44:41 +01:00
parent bf467f8ece
commit 155b5168be
5 changed files with 23 additions and 27 deletions

View File

@@ -299,10 +299,8 @@ class local implements adapter_interface, stream_interface
* @param string $path The file
*
* @return array Properties
* @throws storage_exception When cannot get size
*
* @throws storage_exception When cannot get size
*
*/
public function file_size(string $path): array
{