@@ -46,7 +46,7 @@ discard block |
||
| 46 | 46 | { |
| 47 | 47 | use ModuleChartTrait; |
| 48 | 48 | |
| 49 | - protected const ROUTE_URL = '/tree/{tree}/timeline-{scale}'; |
|
| 49 | + protected const ROUTE_URL = '/tree/{tree}/timeline-{scale}'; |
|
| 50 | 50 | |
| 51 | 51 | // Defaults |
| 52 | 52 | protected const DEFAULT_SCALE = 10; |
@@ -67,7 +67,7 @@ discard block |
||
| 67 | 67 | '_TODO', |
| 68 | 68 | 'CHAN', |
| 69 | 69 | ]; |
| 70 | - protected const BHEIGHT = 30; |
|
| 70 | + protected const BHEIGHT = 30; |
|
| 71 | 71 | |
| 72 | 72 | // Box height |
| 73 | 73 | |
@@ -152,7 +152,7 @@ discard block |
||
| 152 | 152 | |
| 153 | 153 | $params = (array) $request->getParsedBody(); |
| 154 | 154 | |
| 155 | - $add = $params['add'] ?? ''; |
|
| 155 | + $add = $params['add'] ?? ''; |
|
| 156 | 156 | |
| 157 | 157 | Auth::checkComponentAccess($this, ModuleChartInterface::class, $tree, $user); |
| 158 | 158 | |