partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 44a14fa2ab58c9cb1b8b507cb0fe80627b75fe41
parent 33f73a30fd706ecf9c069148a0a47e50f7d77f6d
Author: Felicitus <felicitus@felicitus.org>
Date:   Wed,  7 Oct 2015 17:24:07 +0200

Fixed type hinting

Diffstat:
Msrc/PartKeepr/UnitBundle/Entity/Unit.php | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/PartKeepr/UnitBundle/Entity/Unit.php b/src/PartKeepr/UnitBundle/Entity/Unit.php @@ -105,7 +105,7 @@ class Unit extends BaseEntity /** * Returns the si-prefix list for this unit * - * @return array An array of SiPrefix objects + * @return ArrayCollection An array of SiPrefix objects */ public function getPrefixes() { @@ -121,4 +121,4 @@ class Unit extends BaseEntity { $this->prefixes = $array; } -}- \ No newline at end of file +}