Completed
Push — master ( e82759...2ca52b )
by Joschi
05:55
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   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -493,7 +493,7 @@
 block discarded – undo
493 493
     /**
494 494
      * Return the publication date & time
495 495
      *
496
-     * @return \DateTimeImmutable|null Publication date & time
496
+     * @return \DateTimeImmutable Publication date & time
497 497
      */
498 498
     public function getPublished()
499 499
     {
Please login to merge, or discard this patch.
src/Object/Domain/Model/Relation/AbstractRelation.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,6 @@
 block discarded – undo
78 78
     protected $coupling = self::LOOSE_COUPLING;
79 79
 
80 80
     /**
81
-     * @param string $type Relation type
82 81
      * @param Url $url Relation URL
83 82
      * @param string $label Relation label
84 83
      * @param string $email Relation email
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,6 @@
 block discarded – undo
35 35
  ***********************************************************************************/
36 36
 
37 37
 namespace Apparat\Object\Domain\Model\Relation;
38
-use Apparat\Object\Domain\Factory\RelationFactory;
39 38
 use Apparat\Object\Domain\Model\Path\Url;
40 39
 
41 40
 /**
Please login to merge, or discard this patch.