mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Refactor phpstan errors.
This commit is contained in:
@@ -37,7 +37,7 @@ abstract class Interval implements Interspacable
|
||||
*
|
||||
* @return int
|
||||
*/
|
||||
public function skip(int $skip): int
|
||||
final public function skip(int $skip): int
|
||||
{
|
||||
return static::INTERVAL * $skip;
|
||||
}
|
||||
|
Reference in New Issue
Block a user