phpstan 1

This commit is contained in:
2025-03-10 15:55:22 +05:00
parent 6712e63a91
commit e59edfaeb9
5 changed files with 21 additions and 22 deletions

View File

@@ -32,7 +32,7 @@ class VisaMasterMonthlyPaid extends Lens
*/
public function name(): string
{
return Carbon::create(date('Y').'-'.$this->month.'-01')->monthName ?? 'Ýanwar';
return Carbon::parse(date('Y').'-'.$this->month.'-01')->monthName ?? 'Ýanwar';
}
/**