Skip to content

Commit

Permalink
Typehint false for getItem
Browse files Browse the repository at this point in the history
  • Loading branch information
laoneo committed Mar 6, 2024
1 parent d834f81 commit d9cac52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/src/MVC/Model/AdminModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -977,7 +977,7 @@ protected function generateNewTitle($categoryId, $alias, $title)
*
* @param integer $pk The id of the primary key.
*
* @return \stdClass|boolean Object on success, false on failure.
* @return \stdClass|false Object on success, false on failure.
*
* @since 1.6
*/
Expand Down

0 comments on commit d9cac52

Please sign in to comment.