[TOOLS] Add explicit return types to fix deprecation warnings raised by PHPUnit

This commit is contained in:
2022-03-06 23:50:40 +00:00
committed by Diogo Peralta Cordeiro
parent 372cf91fbc
commit 46de2d47e9
9 changed files with 13 additions and 11 deletions

View File

@@ -187,7 +187,7 @@ class Client extends Entity implements ClientEntityInterface
// @codeCoverageIgnoreEnd
// }}} Autocode
public function getIdentifier()
public function getIdentifier(): string
{
return $this->getId();
}