Skip to content

Commit

Permalink
fix deprecated css
Browse files Browse the repository at this point in the history
  • Loading branch information
aydevworks committed Feb 23, 2024
1 parent cfb8ed6 commit 7fbd087
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion classes/manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public static function get_course_lifecycle_info(int $courseid) {
* @return array
* @throws \dml_exception
*/
public static function get_potential_academic_years() : array {
public static function get_potential_academic_years(): array {
global $DB;

$fieldid = null;
Expand Down
2 changes: 1 addition & 1 deletion classes/privacy/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,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 styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ div.lifecycle .form-check-input {
-moz-appearance: none;
appearance: none;
-webkit-print-color-adjust: exact;
color-adjust: exact;
print-color-adjust: exact;
}
div.lifecycle .form-check-input[type=checkbox] {
border-radius: 0.25em;
Expand Down

0 comments on commit 7fbd087

Please sign in to comment.