Skip to content

Commit

Permalink
Qual: Fix phan notices in actions_massactions.inc
Browse files Browse the repository at this point in the history
# Qual: Fix phan notices in actions_massactions.inc

This fixes up the notices in htdocs/core/actions_massactions.inc.php

Separated from Dolibarr#30733.
  • Loading branch information
mdeweerd committed Sep 10, 2024
1 parent 9eb61af commit 8da3aad
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions htdocs/core/actions_massactions.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,18 @@
@phan-var-force ?string $deliveryreceipt
';

'
@phan-var-force ?string $permissiontoread
@phan-var-force ?string $permissiontodelete
@phan-var-force ?string $permissiontoclose
@phan-var-force ?string $permissiontoapprove
@phan-var-force ?int[] $toselect
@phan-var-force ?string $diroutputmassaction
@phan-var-force ?string $objectlabel
@phan-var-force ?string $option
@phan-var-force ?string $deliveryreceipt
';


// Protection
if (empty($objectclass) || empty($uploaddir)) {
Expand Down

0 comments on commit 8da3aad

Please sign in to comment.