@@ -488,7 +488,7 @@ |
||
| 488 | 488 | $inner_html = "<tr>\n"; |
| 489 | 489 | $inner_html .= " <td class=\"label\">Obsazenost programu:</td>\n"; |
| 490 | 490 | $inner_html .= " <td class=\"text\">".$countData['visitors']."/".$capacity."</td>\n"; |
| 491 | - $inner_html .= "</tr>\n"; |
|
| 491 | + $inner_html .= "</tr>\n"; |
|
| 492 | 492 | } |
| 493 | 493 | else $inner_html = ""; |
| 494 | 494 | |
@@ -40,9 +40,9 @@ discard block |
||
| 40 | 40 | ->register(); |
| 41 | 41 | |
| 42 | 42 | if ($configurator->isDebugMode()) { |
| 43 | - $configurator->addConfig(__DIR__ . '/config/config.development.neon'); |
|
| 43 | + $configurator->addConfig(__DIR__ . '/config/config.development.neon'); |
|
| 44 | 44 | } else { |
| 45 | - $configurator->addConfig(__DIR__ . '/config/config.production.neon'); |
|
| 45 | + $configurator->addConfig(__DIR__ . '/config/config.production.neon'); |
|
| 46 | 46 | } |
| 47 | 47 | $configurator->addConfig(__DIR__ . '/config/config.local.neon'); |
| 48 | 48 | |
@@ -52,7 +52,7 @@ discard block |
||
| 52 | 52 | RadekDostal\NetteComponents\DateTimePicker\TbDatePicker::register(); |
| 53 | 53 | |
| 54 | 54 | $configurator->addServices(array( |
| 55 | - 'session.session' => $session, |
|
| 55 | + 'session.session' => $session, |
|
| 56 | 56 | )); |
| 57 | 57 | $container = $configurator->createContainer(); |
| 58 | 58 | $parameters = $container->getParameters(); |
@@ -10,9 +10,9 @@ |
||
| 10 | 10 | interface IRegistrationFormFactory |
| 11 | 11 | { |
| 12 | 12 | |
| 13 | - /** |
|
| 14 | - * @return \App\Forms\RegistrationForm |
|
| 15 | - */ |
|
| 16 | - public function create(): RegistrationForm; |
|
| 13 | + /** |
|
| 14 | + * @return \App\Forms\RegistrationForm |
|
| 15 | + */ |
|
| 16 | + public function create(): RegistrationForm; |
|
| 17 | 17 | |
| 18 | 18 | } |