Skip to content

Commit

Permalink
Evarisk#588 [Class] fix: missing type for resprints
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-eoxia committed Jul 3, 2024
1 parent 9f93f65 commit f32ae0e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions class/actions_dolisirh.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ class ActionsDoliSIRH
*/
public $results = array();

/**
* @var string String displayed by executeHook() immediately after return
*/
public $resprints;
/**
* @var string|null String displayed by executeHook() immediately after return
*/
public ?string $resprints;

/**
* Constructor
Expand Down

0 comments on commit f32ae0e

Please sign in to comment.