From cc48711583c64e5dcc08e512c80cdfdbf3e7b563 Mon Sep 17 00:00:00 2001 From: Mark Sharp Date: Fri, 31 May 2024 15:56:53 +0100 Subject: [PATCH] CI updates --- classes/activities_table.php | 2 +- tests/generator/lib.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/classes/activities_table.php b/classes/activities_table.php index baaa106..d541d1e 100644 --- a/classes/activities_table.php +++ b/classes/activities_table.php @@ -81,7 +81,7 @@ class activities_table { /** * Display the action column? * - * @var boolean + * @var bool */ private $hasactioncol = false; diff --git a/tests/generator/lib.php b/tests/generator/lib.php index 0a23384..a09eeda 100644 --- a/tests/generator/lib.php +++ b/tests/generator/lib.php @@ -28,7 +28,7 @@ class local_apprenticeoffjob_generator extends component_generator_base { /** * Activity type counter * - * @var integer + * @var int */ public $activitytypecount = 0;