Implement tests

This commit is contained in:
Dennis Eichhorn 2018-12-16 11:25:35 +01:00
parent 39374701ec
commit af52f3df39
2 changed files with 0 additions and 24 deletions

View File

@ -264,18 +264,6 @@ class Position implements ArrayableInterface, \JsonSerializable
];
}
/**
* Get string representation.
*
* @return string
*
* @since 1.0.0
*/
public function __toString()
{
return (string) \json_encode($this->toArray());
}
/**
* {@inheritdoc}
*/

View File

@ -229,18 +229,6 @@ class Unit implements ArrayableInterface, \JsonSerializable
];
}
/**
* Get string representation.
*
* @return string
*
* @since 1.0.0
*/
public function __toString()
{
return (string) \json_encode($this->toArray());
}
/**
* {@inheritdoc}
*/