Skip to content

Commit ffeb995

Browse files
Joel KühleJoel Kühle
authored andcommitted
Added return type for getReusableRecords
1 parent 33fb1ca commit ffeb995

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

phalcon/Mvc/Model/Manager.zep

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1670,6 +1670,8 @@ class Manager implements ManagerInterface, InjectionAwareInterface, EventsAwareI
16701670
*
16711671
* @param string $modelName
16721672
* @param string $key
1673+
*
1674+
* @return mixed
16731675
*/
16741676
public function getReusableRecords(string! modelName, string! key)
16751677
{

0 commit comments

Comments
 (0)