phpstan level 3, fixed deprecations, code cleanup (#811)
This commit is contained in:
@@ -56,7 +56,7 @@ class Month
|
||||
}
|
||||
|
||||
/**
|
||||
* @param $totalDuration
|
||||
* @param int $totalDuration
|
||||
* @return $this
|
||||
*/
|
||||
public function setTotalDuration($totalDuration)
|
||||
@@ -75,7 +75,7 @@ class Month
|
||||
}
|
||||
|
||||
/**
|
||||
* @param $totalRate
|
||||
* @param int $totalRate
|
||||
* @return $this
|
||||
*/
|
||||
public function setTotalRate($totalRate)
|
||||
|
||||
Reference in New Issue
Block a user