Completed
Push — master ( 3efc81...a16fdb )
by Fabien
03:51
created
Classes/Domain/Repository/ContentRepository.php 1 patch
Doc Comments   +5 added lines, -4 removed lines patch added patch discarded remove patch
@@ -286,7 +286,7 @@  discard block
 block discarded – undo
286 286
      * Update a content with new information.
287 287
      *
288 288
      * @param Content $content
289
-     * @param $language
289
+     * @param integer $language
290 290
      * @return bool
291 291
      */
292 292
     public function localize($content, $language): bool
@@ -367,6 +367,7 @@  discard block
 block discarded – undo
367 367
      * Copy a content within this repository.
368 368
      *
369 369
      * @param Content $content
370
+     * @param string $target
370 371
      * @return bool
371 372
      */
372 373
     public function copy($content, $target): bool
@@ -518,7 +519,7 @@  discard block
 block discarded – undo
518 519
     /**
519 520
      * Sets the default query settings to be used in this repository
520 521
      *
521
-     * @param QuerySettingsInterface $defaultQuerySettings The query settings to be used by default
522
+     * @param QuerySettings $defaultQuerySettings The query settings to be used by default
522 523
      * @return void
523 524
      * @api
524 525
      */
@@ -838,7 +839,7 @@  discard block
 block discarded – undo
838 839
     }
839 840
 
840 841
     /**
841
-     * @return ContentValidator|object
842
+     * @return ContentValidator
842 843
      */
843 844
     protected function getContentValidator(): ContentValidator
844 845
     {
@@ -846,7 +847,7 @@  discard block
 block discarded – undo
846 847
     }
847 848
 
848 849
     /**
849
-     * @return LanguageValidator|object
850
+     * @return LanguageValidator
850 851
      */
851 852
     protected function getLanguageValidator(): LanguageValidator
852 853
     {
Please login to merge, or discard this patch.