Skip to content

Commit

Permalink
Updated the parameter comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Elisée Chemin committed Dec 17, 2024
1 parent 627c9b6 commit 932caaf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions htdocs/core/lib/resource.lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@ function resource_admin_prepare_head()
/**
* Returns the resources marked "busy" and assigned to an event during the specified time frame.
* You can specify an array of resources and the function will return the overlap of the two.
* @param string $dateStart
* @param string $dateEnd
* @param int[] $resource_ids
* @param string $dateStart the lower bound of the selector
* @param string $dateEnd the upper bound of the selector
* @param int[] $resource_ids the ids the request should filter by
* @return array[]
*/
function getBusyResourcesInPeriod(string $dateStart, string $dateEnd, array $resource_ids = array()) : array
Expand Down

0 comments on commit 932caaf

Please sign in to comment.