Scrutinizer Auto-Fixes

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
This commit is contained in:
Scrutinizer Auto-Fixer
2020-10-31 13:32:18 +00:00
parent 92bdcd017d
commit 7f52920716
1177 changed files with 82257 additions and 82262 deletions

View File

@@ -42,7 +42,6 @@ abstract class Stats
* @param int $format 0=Label of abscissa is a translated text, 1=Label of abscissa is month number, 2=Label of abscissa is first letter of month
* @param int $startmonth month of the fiscal year start min 1 max 12 ; if 1 = january
* @return array Array of values
*/
public function getNbByMonthWithPrevYear($endyear, $startyear, $cachedelay = 0, $format = 0, $startmonth = 1)
{

View File

@@ -943,7 +943,6 @@ function monthArray($outputlangs, $short = 0)
}
/**
* Return array of week numbers.
*
* @param int $month Month number
* @param int $year Year number
@@ -961,7 +960,6 @@ function getWeekNumbersOfMonth($month, $year)
}
/**
* Return array of first day of weeks.
*
* @param array $TWeek array of week numbers
* @param int $year Year number
@@ -978,7 +976,6 @@ function getFirstDayOfEachWeek($TWeek, $year)
}
/**
* Return array of last day of weeks.
*
* @param array $TWeek array of week numbers
* @param int $year Year number
@@ -994,7 +991,6 @@ function getLastDayOfEachWeek($TWeek, $year)
}
/**
* Return week number.
*
* @param int $day Day number
* @param int $month Month number