diff options
| author | David Siegfried <david.siegfried@uni-vechta.de> | 2024-05-08 11:40:11 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-05-08 11:40:11 +0000 |
| commit | b56bb5506f46ae8f6ed249902cfcad2524c1f2af (patch) | |
| tree | 5c035172c0c0c48077b16231b27d5dca4e51e092 | |
| parent | eb6fcd5c560f3938ea4f60fbe70ad09261c300cc (diff) | |
update doc-block, fixes #4130
Closes #4130
Merge request studip/studip!2974
| -rw-r--r-- | lib/classes/SimpleORMap.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/classes/SimpleORMap.class.php b/lib/classes/SimpleORMap.class.php index f86ec6f..2606086 100644 --- a/lib/classes/SimpleORMap.class.php +++ b/lib/classes/SimpleORMap.class.php @@ -454,7 +454,7 @@ class SimpleORMap implements ArrayAccess, Countable, IteratorAggregate /** * 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 */ public static function find($id) |
