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

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