partkeepr

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

commit 8eb0b24379c31b47e5bb715eb2b4a1183ce3a991
parent 4bb55d49e870c5b5483121692d4323e8a4e00635
Author: Felicia Hummel <felicitus@felicitus.org>
Date:   Mon,  5 Dec 2016 13:41:53 +0100

Merge pull request #749 from partkeepr/PartKeepr-163

Reverted debugging output
Diffstat:
Msrc/PartKeepr/DoctrineReflectionBundle/Services/ReflectionService.php | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/PartKeepr/DoctrineReflectionBundle/Services/ReflectionService.php b/src/PartKeepr/DoctrineReflectionBundle/Services/ReflectionService.php @@ -156,7 +156,6 @@ class ReflectionService $propertyAnnotations = $this->reader->getPropertyAnnotations($cm->getReflectionProperty($association['fieldName'])); - var_dump($propertyAnnotations); $nullable = true; foreach ($propertyAnnotations as $propertyAnnotation) {