1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-10 07:06:45 +02:00

refactor(entries): fix typhint in Entries API

This commit is contained in:
Awilum
2020-12-28 11:31:34 +03:00
parent 2af20d3402
commit 536e31dc80

View File

@@ -74,7 +74,7 @@ class Entries
*
* @access public
*
* @return self Returns instance of The Arrays class.
* @return Arrays Returns instance of The Arrays class with items.
*/
public function fetch(string $id, array $options = []): Arrays
{