Skip to content

Commit

Permalink
CI updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpchi committed May 31, 2024
1 parent bb2b984 commit cc48711
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion classes/activities_table.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class activities_table {
/**
* Display the action column?
*
* @var boolean
* @var bool
*/
private $hasactioncol = false;

Expand Down
2 changes: 1 addition & 1 deletion tests/generator/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class local_apprenticeoffjob_generator extends component_generator_base {
/**
* Activity type counter
*
* @var integer
* @var int
*/
public $activitytypecount = 0;

Expand Down

0 comments on commit cc48711

Please sign in to comment.