Completed
Push — master ( 50e176...8c9387 )
by Joschi
03:11
created
src/Object/Domain/Model/Object/AbstractObject.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -509,7 +509,7 @@  discard block
 block discarded – undo
509 509
     /**
510 510
      * Return the publication date & time
511 511
      *
512
-     * @return \DateTimeImmutable|null Publication date & time
512
+     * @return \DateTimeImmutable Publication date & time
513 513
      */
514 514
     public function getPublished()
515 515
     {
@@ -628,7 +628,7 @@  discard block
 block discarded – undo
628 628
      * Set the license
629 629
      *
630 630
      * @param string $license License
631
-     * @return MetaProperties Self reference
631
+     * @return AbstractObject Self reference
632 632
      */
633 633
     public function setLicense($license)
634 634
     {
@@ -650,7 +650,7 @@  discard block
 block discarded – undo
650 650
      * Set the privacy
651 651
      *
652 652
      * @param string $privacy Privacy
653
-     * @return MetaProperties Self reference
653
+     * @return AbstractObject Self reference
654 654
      */
655 655
     public function setPrivacy($privacy)
656 656
     {
Please login to merge, or discard this patch.