Skip to content

Commit

Permalink
code review
Browse files Browse the repository at this point in the history
  • Loading branch information
rdebleu committed Feb 19, 2024
1 parent 19ccc04 commit 7a7b55c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion classes/privacy/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class provider implements \core_privacy\local\metadata\null_provider {
*
* @return string
*/
public static function get_reason() : string {
public static function get_reason(): string {
return 'privacy:metadata';
}
}
2 changes: 1 addition & 1 deletion tests/generator_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class generator_test extends \advanced_testcase {
/**
* Create type and instance.
*/
public function setUp():void {
public function setUp(): void {
$this->resetAfterTest(true);
}

Expand Down

0 comments on commit 7a7b55c

Please sign in to comment.