mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-28 18:43:49 +00:00
php cs fixer and phpstan
This commit is contained in:
@@ -33,8 +33,7 @@ class CountCalendars implements ExportInterface, GroupedExportInterface
|
||||
public function __construct(
|
||||
CalendarRepository $calendarRepository,
|
||||
AccompanyingCourseExportHelper $accompanyingCourseExportHelper
|
||||
)
|
||||
{
|
||||
) {
|
||||
$this->calendarRepository = $calendarRepository;
|
||||
$this->accompanyingCourseExportHelper = $accompanyingCourseExportHelper;
|
||||
}
|
||||
|
@@ -32,7 +32,6 @@ class StatCalendarAvgDuration implements ExportInterface, GroupedExportInterface
|
||||
public function __construct(
|
||||
CalendarRepository $calendarRepository,
|
||||
AccompanyingCourseExportHelper $accompanyingCourseExportHelper
|
||||
|
||||
) {
|
||||
$this->calendarRepository = $calendarRepository;
|
||||
$this->accompanyingCourseExportHelper = $accompanyingCourseExportHelper;
|
||||
|
Reference in New Issue
Block a user