More typehints, documentation fixes and static analysis cleanup

This commit is contained in:
Dylan K. Taylor
2017-07-15 12:12:06 +01:00
parent 24bdf330d5
commit dbb92096e4
66 changed files with 309 additions and 219 deletions

View File

@@ -43,7 +43,7 @@ class AttributeMap implements \ArrayAccess{
/**
* @return Attribute[]
*/
public function getAll(): array{
public function getAll() : array{
return $this->attributes;
}