Skip to content
Snippets Groups Projects
Commit b56bb550 authored by David Siegfried's avatar David Siegfried Committed by Jan-Hendrik Willms
Browse files

update doc-block, fixes #4130

Closes #4130

Merge request studip/studip!2974
parent eb6fcd5c
No related branches found
No related tags found
No related merge requests found
...@@ -454,7 +454,7 @@ class SimpleORMap implements ArrayAccess, Countable, IteratorAggregate ...@@ -454,7 +454,7 @@ class SimpleORMap implements ArrayAccess, Countable, IteratorAggregate
/** /**
* Returns new instance for given key when found in the database, else null. * Returns new instance for given key when found in the database, else null.
* *
* @param string $id primary key * @param string|array $id primary key
* @return static|null * @return static|null
*/ */
public static function find($id) public static function find($id)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment