mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/16671] Code style fixes
PHPBB3-16671
This commit is contained in:
@@ -29,21 +29,21 @@ class local implements adapter_interface, stream_interface
|
||||
/**
|
||||
* Filesystem component
|
||||
*
|
||||
* @var \phpbb\filesystem\filesystem
|
||||
* @var filesystem
|
||||
*/
|
||||
protected $filesystem;
|
||||
|
||||
/**
|
||||
* FastImageSize
|
||||
*
|
||||
* @var \FastImageSize\FastImageSize
|
||||
* @var FastImageSize
|
||||
*/
|
||||
protected $imagesize;
|
||||
|
||||
/**
|
||||
* Mimetype Guesser component
|
||||
*
|
||||
* @var \phpbb\mimetype\guesser
|
||||
* @var guesser
|
||||
*/
|
||||
protected $mimetype_guesser;
|
||||
|
||||
@@ -209,7 +209,7 @@ class local implements adapter_interface, stream_interface
|
||||
*
|
||||
* @param string $path The directory path
|
||||
*
|
||||
* @throws \phpbb\storage\exception\exception On any directory creation failure
|
||||
* @throws exception On any directory creation failure
|
||||
*/
|
||||
protected function create_dir($path)
|
||||
{
|
||||
@@ -342,7 +342,7 @@ class local implements adapter_interface, stream_interface
|
||||
*
|
||||
* @param string $path The file
|
||||
*
|
||||
* @throws \phpbb\storage\exception\exception When cannot get size
|
||||
* @throws exception When cannot get size
|
||||
*
|
||||
* @return array Properties
|
||||
*/
|
||||
|
Reference in New Issue
Block a user