Completed
Push — standalone ( 444422...a45559 )
by Philip
05:18
created
Metadata/ClassMetadata.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -162,6 +162,9 @@
 block discarded – undo
162 162
         $this->methods = $methods;
163 163
     }
164 164
 
165
+    /**
166
+     * @return \Metadata\PropertyMetadata
167
+     */
165 168
     public function getPropertyMetadata(string $property): ?PropertyMetadata
166 169
     {
167 170
         if (array_key_exists($property, $this->propertyMetadata)) {
Please login to merge, or discard this patch.