Just a test commit [skip ci]

Signed-off-by: James Cole <thegrumpydictator@gmail.com>
This commit is contained in:
James Cole
2016-02-08 21:10:33 +01:00
parent 905ae3437b
commit 2f278c8618

View File

@@ -17,7 +17,7 @@ class AccountId extends BasicConverter implements ConverterInterface
/**
* @return Account
*/
public function convert()
public function convert(): Account
{
// is mapped? Then it's easy!
if (isset($this->mapped[$this->index][$this->value])) {