Skip to content

Commit

Permalink
add missing phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
cconard96 committed Apr 29, 2024
1 parent e55c164 commit b8a5565
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Reservation.php
Expand Up @@ -995,6 +995,7 @@ public static function showForUser($ID)
$ri = new ReservationItem();

$fn_get_entry = static function (array $data, bool $is_old) use ($ri) {
/** @var array $CFG_GLPI */
global $CFG_GLPI;
$entry = [
'itemtype' => ReservationItem::class,
Expand Down

0 comments on commit b8a5565

Please sign in to comment.