Completed
Branch develop (876d53)
by Nate
01:53
created
src/traits/ElementMutator.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@  discard block
 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)
@@ -121,7 +121,7 @@  discard block
 block discarded – undo
121 121
     }
122 122
 
123 123
     /**
124
-     * @param $element
124
+     * @param Element $element
125 125
      * @return ElementInterface|Element|null
126 126
      */
127 127
     protected function internalResolveElement($element = null)
Please login to merge, or discard this patch.