| @@ -228,7 +228,7 @@ | ||
| 228 | 228 |                  'style'       => Validator::parsedBody($request)->isInArrayKeys($this->styles())->integer('style'), | 
| 229 | 229 |                  'width'       => Validator::parsedBody($request)->isBetween(self::MINIMUM_WIDTH, self::MAXIMUM_WIDTH)->integer('width'), | 
| 230 | 230 |                  'xref'        => Validator::parsedBody($request)->isXref()->string('xref'), | 
| 231 | - ])); | |
| 231 | + ])); | |
| 232 | 232 | } | 
| 233 | 233 | |
| 234 | 234 | Auth::checkComponentAccess($this, ModuleChartInterface::class, $tree, $user); | 
| @@ -1,20 +1,20 @@ | ||
| 1 | 1 | <?php | 
| 2 | 2 | |
| 3 | 3 | return array ( | 
| 4 | - ' but the details are unknown' => ' but the details are unknown', | |
| 5 | - '%H:%i:%s' => '%g:%i:%s %a', | |
| 6 | - '%j %F %Y' => '%F %j, %Y', | |
| 7 | - 'Asunción, Paraguay' => 'Asuncion, Paraguay', | |
| 8 | - 'Bogotá, Colombia' => 'Bogota, Colombia', | |
| 9 | - 'Ciudad Juárez, Mexico' => 'Ciudad Juarez, Mexico', | |
| 10 | - 'Colonia Juárez, Mexico' => 'Colonia Juarez, Mexico', | |
| 11 | - 'Curaçao' => 'Curacao', | |
| 12 | - 'Córdoba, Argentina' => 'Cordoba, Argentina', | |
| 13 | - 'Côte d’Ivoire' => 'Cote d’Ivoire', | |
| 14 | - 'Réunion' => 'Reunion', | |
| 15 | - 'Saint Barthélemy' => 'Saint Barthelemy', | |
| 16 | - 'San José, Costa Rica' => 'San Jose, Costa Rica', | |
| 17 | - 'São Paulo, Brazil' => 'Sao Paulo, Brazil', | |
| 18 | - 'Tuxtla Gutiérrez, Mexico' => 'Tuxtla Gutierrez, Mexico', | |
| 19 | - 'Åland Islands' => 'Aland Islands', | |
| 4 | + ' but the details are unknown' => ' but the details are unknown', | |
| 5 | + '%H:%i:%s' => '%g:%i:%s %a', | |
| 6 | + '%j %F %Y' => '%F %j, %Y', | |
| 7 | + 'Asunción, Paraguay' => 'Asuncion, Paraguay', | |
| 8 | + 'Bogotá, Colombia' => 'Bogota, Colombia', | |
| 9 | + 'Ciudad Juárez, Mexico' => 'Ciudad Juarez, Mexico', | |
| 10 | + 'Colonia Juárez, Mexico' => 'Colonia Juarez, Mexico', | |
| 11 | + 'Curaçao' => 'Curacao', | |
| 12 | + 'Córdoba, Argentina' => 'Cordoba, Argentina', | |
| 13 | + 'Côte d’Ivoire' => 'Cote d’Ivoire', | |
| 14 | + 'Réunion' => 'Reunion', | |
| 15 | + 'Saint Barthélemy' => 'Saint Barthelemy', | |
| 16 | + 'San José, Costa Rica' => 'San Jose, Costa Rica', | |
| 17 | + 'São Paulo, Brazil' => 'Sao Paulo, Brazil', | |
| 18 | + 'Tuxtla Gutiérrez, Mexico' => 'Tuxtla Gutierrez, Mexico', | |
| 19 | + 'Åland Islands' => 'Aland Islands', | |
| 20 | 20 | ); |