Skip to content

Commit

Permalink
locallib.php: Remove unnecessary argument type (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrchamp committed Apr 8, 2021
1 parent fb6af37 commit 74f97a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locallib.php
Expand Up @@ -667,7 +667,7 @@ function zoom_get_nonusers_from_alternativehosts(array $alternativehosts) {
*
* @return string The unavailability note.
*/
function zoom_get_unavailability_note(object $zoom, $finished = null) {
function zoom_get_unavailability_note($zoom, $finished = null) {
// Get config.
$config = get_config('zoom');

Expand Down

0 comments on commit 74f97a3

Please sign in to comment.