Skip to content

Commit

Permalink
Coding standards update
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpchi committed Jan 28, 2025
1 parent 1eccb4d commit 84ab6f2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
17 changes: 12 additions & 5 deletions lang/en/report_apprenticeoffjob.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,22 @@

$string['actions'] = 'Actions';
$string['apprenticeoffjob:view'] = 'View apprenticeship report';

$string['errnumeric'] = 'You must enter a number here.';
$string['hoursupdated'] = 'Hours updated';

$string['hourssaved'] = 'Hours saved';
$string['hoursupdated'] = 'Hours updated';

$string['nohourstodisplay'] = 'No hours to display';
$string['nopermission'] = 'You do not have permission to view this page.';

$string['pluginname'] = 'Apprentice off the job hours report';
$string['tableheaderstudent'] = 'Student';
$string['tableheaderhours'] = 'Completed/Target';
$string['tableheadercommitment'] = 'Commitment Statement';
$string['userhelp'] = '<p></p>';

$string['reportedithours'] = 'Edit';
$string['reportviewed'] = 'Report viewed';

$string['tableheadercommitment'] = 'Commitment Statement';
$string['tableheaderhours'] = 'Completed/Target';
$string['tableheaderstudent'] = 'Student';

$string['userhelp'] = '<p></p>';
2 changes: 1 addition & 1 deletion tests/api_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* @copyright 2023 Solent University {@link https://www.solent.ac.uk}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class api_test extends advanced_testcase {
final class api_test extends advanced_testcase {
/**
* Test get Target hours for student or list of students.
* @covers \local_apprenticeoffjob\api::get_targethours
Expand Down

0 comments on commit 84ab6f2

Please sign in to comment.