Completed
Push — master ( 863650...abf17e )
by Joschi
03:17
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/Traits/SystemPropertiesTrait.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -130,7 +130,7 @@  discard block
 block discarded – undo
130 130
      * Set the latitude
131 131
      *
132 132
      * @param float $latitude Latitude
133
-     * @return SystemProperties Self reference
133
+     * @return SystemPropertiesTrait Self reference
134 134
      */
135 135
     public function setLatitude($latitude)
136 136
     {
@@ -175,7 +175,7 @@  discard block
 block discarded – undo
175 175
      * Set the longitude
176 176
      *
177 177
      * @param float $longitude Longitude
178
-     * @return SystemProperties Self reference
178
+     * @return SystemPropertiesTrait Self reference
179 179
      */
180 180
     public function setLongitude($longitude)
181 181
     {
@@ -197,7 +197,7 @@  discard block
 block discarded – undo
197 197
      * Set the elevation
198 198
      *
199 199
      * @param float $elevation
200
-     * @return SystemProperties Self reference
200
+     * @return SystemPropertiesTrait Self reference
201 201
      */
202 202
     public function setElevation($elevation)
203 203
     {
Please login to merge, or discard this patch.