Passed
Branch master (f35c90)
by Andrew
02:19
created
src/Traits/ManipulationTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -184,7 +184,7 @@
 block discarded – undo
184 184
     /**
185 185
      * @param string|NodeList|\DOMNode|\Closure $input
186 186
      *
187
-     * @return string|self
187
+     * @return string|null
188 188
      */
189 189
     public function text($input = null) {
190 190
         if (is_null($input)) {
Please login to merge, or discard this patch.