Completed
Push — master ( 50e176...8c9387 )
by Joschi
03:11
created
src/Object/Infrastructure/Repository/FileAdapterStrategy.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -185,7 +185,7 @@
 block discarded – undo
185 185
      * Find and return an object resource
186 186
      *
187 187
      * @param string $resourcePath Repository relative resource path
188
-     * @return ResourceInterface Object resource
188
+     * @return \Apparat\Resource\Domain\Model\Resource\AbstractResource Object resource
189 189
      */
190 190
     public function getObjectResource($resourcePath)
191 191
     {
Please login to merge, or discard this patch.
src/Object/Domain/Repository/Selector.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -112,8 +112,8 @@
 block discarded – undo
112 112
      * Repository selector constructor
113 113
      *
114 114
      * @param string|int|NULL $year
115
-     * @param string|int|NULL $month
116
-     * @param string|int|NULL $day
115
+     * @param integer $month
116
+     * @param integer $day
117 117
      * @param string|int|NULL $hour
118 118
      * @param string|int|NULL $minute
119 119
      * @param string|int|NULL $second
Please login to merge, or discard this patch.
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.