mirror of
https://github.com/flextype/flextype.git
synced 2025-08-07 21:56:33 +02:00
refactor(media): fix PHPDoc @return for fetch() methods
This commit is contained in:
@@ -221,7 +221,7 @@ class MediaFiles
|
||||
* @param string $id The path to file.
|
||||
* @param array $options Options array.
|
||||
*
|
||||
* @return self Returns instance of The Arrays class.
|
||||
* @return Arrays Returns instance of The Arrays class.
|
||||
*
|
||||
* @access public
|
||||
*/
|
||||
|
@@ -39,7 +39,7 @@ class MediaFolders
|
||||
* @param string $id The path to folder.
|
||||
* @param array $options Options array.
|
||||
*
|
||||
* @return self Returns instance of The Arrays class.
|
||||
* @return Arrays Returns instance of The Arrays class.
|
||||
*
|
||||
* @access public
|
||||
*/
|
||||
|
Reference in New Issue
Block a user