Skip to content

Commit

Permalink
Phan - wrong return type
Browse files Browse the repository at this point in the history
  • Loading branch information
Elisée Chemin committed Nov 5, 2024
1 parent ae56766 commit 80a26b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/lib/resource.lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ function resource_admin_prepare_head()
* @param $resource_ids array
* @return array|bool
*/
function get_busy_resource_during(string $dateStart, string $dateEnd, $resource_ids = array()): array
function get_busy_resource_during(string $dateStart, string $dateEnd, $resource_ids = array())
{
// MODIFIED CODE FROM htdocs/resource/element_resources.php
global $db;
Expand Down

0 comments on commit 80a26b6

Please sign in to comment.