mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-11-28 11:04:08 +01:00
Code style issues.
This commit is contained in:
@@ -43,7 +43,7 @@ class ContaoAssets implements Assets
|
||||
private $cache = [
|
||||
'stylesheets' => [],
|
||||
'javascripts' => [],
|
||||
'map' => []
|
||||
'map' => []
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
@@ -56,6 +56,7 @@ class Validator
|
||||
* @param mixed $value Given value.
|
||||
*
|
||||
* @return mixed
|
||||
* @throws \InvalidArgumentException When invalid coordinates give.
|
||||
*/
|
||||
public function validateCoordinates($value)
|
||||
{
|
||||
@@ -114,7 +115,7 @@ class Validator
|
||||
/**
|
||||
* Validate an alias.
|
||||
*
|
||||
* @param string $value Given value
|
||||
* @param string $value Given value.
|
||||
*
|
||||
* @return string
|
||||
* @throws \InvalidArgumentException When invalid value given.
|
||||
|
||||
Reference in New Issue
Block a user