Failed Conditions
Push — develop ( 856053...a7d1bd )
by Guilherme
61:28
created
lib/Doctrine/ORM/Mapping/Driver/Annotation/AnnotationDriver.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -471,7 +471,7 @@  discard block
 block discarded – undo
471 471
      *
472 472
      * @todo guilhermeblanco Remove nullable typehint once embeddables are back
473 473
      *
474
-     * @return Mapping\Property|null
474
+     * @return Mapping\Property
475 475
      *
476 476
      * @throws Mapping\MappingException
477 477
      */
@@ -906,7 +906,7 @@  discard block
 block discarded – undo
906 906
      * @param Annotation\Table      $tableAnnot
907 907
      * @param Mapping\TableMetadata $table
908 908
      *
909
-     * @return void
909
+     * @return Mapping\TableMetadata
910 910
      */
911 911
     private function convertTableAnnotationToTableMetadata(
912 912
         Annotation\Table $tableAnnot,
Please login to merge, or discard this patch.