Completed
Push — develop ( 3f9c00...d25215 )
by Nate
02:35
created
src/objects/DateUpdatedMutatorTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
     }
52 52
 
53 53
     /**
54
-     * @return false|string|null
54
+     * @return null|string
55 55
      * @throws \Exception
56 56
      */
57 57
     public function getDateUpdatedIso8601()
Please login to merge, or discard this patch.
src/objects/ElementMutatorTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
     /**
56 56
      * Associate a element
57 57
      *
58
-     * @param mixed $element
58
+     * @param ElementInterface|null $element
59 59
      * @return $this
60 60
      */
61 61
     public function setElement($element = null)
Please login to merge, or discard this patch.