Code style issues.

This commit is contained in:
David Molineus
2016-10-06 15:49:15 +02:00
parent 8c24f5e735
commit 9e0723a67a
2 changed files with 3 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ class ContaoAssets implements Assets
private $cache = [
'stylesheets' => [],
'javascripts' => [],
'map' => []
'map' => []
];
/**

View File

@@ -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.