Completed
Push — master ( 40df80...c2b49b )
by Joschi
09:18 queued 05:57
created
src/Object/Infrastructure/Repository/FileAdapterStrategy.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -232,7 +232,7 @@  discard block
 block discarded – undo
232 232
      * Find and return an object resource
233 233
      *
234 234
      * @param string $resourcePath Repository relative resource path
235
-     * @return ResourceInterface Object resource
235
+     * @return \Apparat\Resource\Domain\Model\Resource\AbstractResource Object resource
236 236
      */
237 237
     public function getObjectResource($resourcePath)
238 238
     {
@@ -418,7 +418,7 @@  discard block
 block discarded – undo
418 418
      * Delete all revisions of an object
419 419
      *
420 420
      * @param ObjectInterface $object Object
421
-     * @return ObjectInterface Object
421
+     * @return FileAdapterStrategy Object
422 422
      */
423 423
     protected function deleteObject(ObjectInterface $object)
424 424
     {
@@ -432,7 +432,7 @@  discard block
 block discarded – undo
432 432
      * Undelete all revisions of an object
433 433
      *
434 434
      * @param ObjectInterface $object Object
435
-     * @return ObjectInterface Object
435
+     * @return FileAdapterStrategy Object
436 436
      */
437 437
     protected function undeleteObject(ObjectInterface $object)
438 438
     {
Please login to merge, or discard this patch.
src/Object/Application/Model/Properties/Datatype/Datetime.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
      * Match a value against this datatype
51 51
      *
52 52
      * @param mixed $value Value
53
-     * @return mixed Matched and processed value
53
+     * @return \DateTimeImmutable Matched and processed value
54 54
      * @throws DomainException If the value is not a valid date
55 55
      */
56 56
     public function match($value)
Please login to merge, or discard this patch.