Completed
Push — master ( 108e84...f077fb )
by Joschi
08:25
created
src/Object/Application/Model/Properties/Datatype/Url.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
     /**
51 51
      * Match a value against this datatype
52 52
      *
53
-     * @param mixed $value Value
53
+     * @param string $value Value
54 54
      * @return mixed Matched and processed value
55 55
      * @throws DomainException If the value is not a valid URL
56 56
      */
Please login to merge, or discard this patch.
src/Object/Application/Model/Properties/Datatype/Geo.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -50,8 +50,8 @@
 block discarded – undo
50 50
     /**
51 51
      * Match a value against this datatype
52 52
      *
53
-     * @param mixed $value Value
54
-     * @return mixed Matched and processed value
53
+     * @param string $value Value
54
+     * @return \Apparat\Object\Domain\Model\Uri\Url Matched and processed value
55 55
      * @throws DomainException If the value is not a valid Geo URI
56 56
      */
57 57
     public function match($value)
Please login to merge, or discard this patch.
src/Object/Infrastructure/Repository/FileAdapterStrategy.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -440,7 +440,7 @@  discard block
 block discarded – undo
440 440
      * Delete all revisions of an object
441 441
      *
442 442
      * @param ObjectInterface $object Object
443
-     * @return ObjectInterface Object
443
+     * @return FileAdapterStrategy Object
444 444
      */
445 445
     protected function deleteObject(ObjectInterface $object)
446 446
     {
@@ -511,7 +511,7 @@  discard block
 block discarded – undo
511 511
      * Undelete all revisions of an object
512 512
      *
513 513
      * @param ObjectInterface $object Object
514
-     * @return ObjectInterface Object
514
+     * @return FileAdapterStrategy Object
515 515
      */
516 516
     protected function undeleteObject(ObjectInterface $object)
517 517
     {
Please login to merge, or discard this patch.