@@ -42,7 +42,7 @@ protected function getEvent(): ModelEvent
4242 $ year = $ this ->eventYear ;
4343 $ month = $ this ->eventMonth ;
4444 $ events = $ this ->serviceEvent ->getEventsByYear (
45- [$ this ->context ->getParameters ()[" eventTypeId " ]],
45+ [$ this ->context ->getParameters ()[' eventTypeId ' ]],
4646 intval ($ year )
4747 );
4848 $ events = array_filter ($ events , function ($ event ) use ($ month ) {
@@ -99,20 +99,20 @@ protected function getNavItems(): array
9999 $ items = [];
100100 if (RegistrationPresenter::isVisible ($ this ->gamePhaseCalculator )) {
101101 $ items [] = new NavItem (
102- new PageTitle (null , " Registrace " , 'visible-sm-inline glyphicon glyphicon-info-sign ' ), // TODO
102+ new PageTitle (null , ' Registrace ' , 'visible-sm-inline glyphicon glyphicon-info-sign ' ), // TODO
103103 ':Default:Registration: ' ,
104104 );
105105 }
106106
107107 if (CurrentPresenter::isVisible ($ this ->gamePhaseCalculator )) {
108108 $ items [] = new NavItem (
109- new PageTitle (null , " Aktuální ročník " , 'visible-sm-inline glyphicon glyphicon-info-sign ' ), // TODO
109+ new PageTitle (null , ' Aktuální ročník ' , 'visible-sm-inline glyphicon glyphicon-info-sign ' ), // TODO
110110 ':Default:Current: ' ,
111111 );
112112 }
113113
114114 $ items [] = new NavItem (
115- new PageTitle (null , " Archiv " , 'visible-sm-inline glyphicon glyphicon-info-sign ' ), // TODO
115+ new PageTitle (null , ' Archiv ' , 'visible-sm-inline glyphicon glyphicon-info-sign ' ), // TODO
116116 ':Default:Archive:default ' ,
117117 );
118118 return $ items ;
0 commit comments