From 89bb3593613877867d6d80068c75d3d095bd8a31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Calvo?= Date: Fri, 25 Aug 2017 15:11:21 +0200 Subject: [PATCH] [ticket/15305] Update phpdoc PHPBB3-15305 --- phpBB/phpbb/storage/storage.php | 2 +- phpBB/phpbb/storage/stream_interface.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/phpbb/storage/storage.php b/phpBB/phpbb/storage/storage.php index 609a05cbd1..a2eb89ecb3 100644 --- a/phpBB/phpbb/storage/storage.php +++ b/phpBB/phpbb/storage/storage.php @@ -147,7 +147,7 @@ class storage * * @param string $path File to read * - * @throws \phpbb\storage\exception\exception When cannot open file + * @throws \phpbb\storage\exception\exception When unable to open file * @return resource Returns a file pointer */ diff --git a/phpBB/phpbb/storage/stream_interface.php b/phpBB/phpbb/storage/stream_interface.php index 29c84d775b..0ba866777a 100644 --- a/phpBB/phpbb/storage/stream_interface.php +++ b/phpBB/phpbb/storage/stream_interface.php @@ -20,7 +20,7 @@ interface stream_interface * * @param string $path File to read * - * @throws \phpbb\storage\exception\exception When cannot open file + * @throws \phpbb\storage\exception\exception When unable to open file * * @return resource Returns a file pointer */