Completed
Push — master ( 589f5d...2e0cd6 )
by Pavel
07:02
created
Adaptors/DoctrineOrm/DoctrineObjectNormalizer.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -115,6 +115,9 @@  discard block
 block discarded – undo
115 115
         return array_shift($identifier);
116 116
     }
117 117
 
118
+    /**
119
+     * @param string $attribute
120
+     */
118 121
     private function getObjectMetadata($object, $attribute)
119 122
     {
120 123
         $class = get_class($object);
@@ -132,6 +135,9 @@  discard block
 block discarded – undo
132 135
         return $metadata;
133 136
     }
134 137
 
138
+    /**
139
+     * @param string $attribute
140
+     */
135 141
     private function getAssocMetadata(ClassMetadataInterface $metadata, $attribute)
136 142
     {
137 143
         $assoc        = $metadata->getAssociationTargetClass($attribute);
Please login to merge, or discard this patch.