Skip to content

Commit

Permalink
UHF-9150: fix comments var names.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jussiles committed Nov 16, 2023
1 parent db3483e commit d6f4b2c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public static function getCurrentComprehensiveSchoolYear(): ?string {
/**
* Helper function to set the current high school year.
*
* @param string $school_year
* @param string $schoolYear
* The current school year, e.g. "2022-2023".
*/
public static function setCurrentHighSchoolYear(string $schoolYear) {
Expand All @@ -48,7 +48,7 @@ public static function setCurrentHighSchoolYear(string $schoolYear) {
/**
* Helper function to set the comprehensive current school year.
*
* @param string $school_year
* @param string $schoolYear
* The current school year, e.g. "2022-2023".
*/
public static function setCurrentComprehensiveSchoolYear(string $schoolYear) {
Expand Down

0 comments on commit d6f4b2c

Please sign in to comment.