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