Skip to content

Commit

Permalink
codeclean
Browse files Browse the repository at this point in the history
  • Loading branch information
TamaroWalter committed Apr 15, 2024
1 parent e5734a5 commit e1bfc95
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion classes/townsquaresupportinterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
* Every module must:
* - gather "events" for a user that can be transformed into letters.
* - provide php_unit test to ensure the correct behaviour.
* local_townsquaresupport will call this function of each subplugin. The townsquare block will then gather all events from local_townsquaresupport
* local_townsquaresupport will call this function of each subplugin.
* The townsquare block will then gather all events from local_townsquaresupport
*
* @package local_townsquaresupport
* @copyright 2024 Tamaro Walter
Expand Down
2 changes: 1 addition & 1 deletion db/access.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
* @copyright 2023 Tamaro Walter
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined('MOODLE_INTERNAL') || die();

4 changes: 2 additions & 2 deletions lang/en/local_townsquaresupport.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@

defined('MOODLE_INTERNAL') || die();

// Subplugin strings
// Subplugin strings.
$string['subplugintype_townsquaresupport'] = 'Supported module';
$string['subplugintype_townsquaresupport_plural'] = 'Supported modules';
$string['subplugintype_townsquaresupport_plural'] = 'Supported modules';

0 comments on commit e1bfc95

Please sign in to comment.