1
0
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:
Awilum
2021-01-13 11:05:03 +03:00
parent 51117905ab
commit 54217ec815
2 changed files with 2 additions and 2 deletions

View File

@@ -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
*/

View File

@@ -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
*/