Completed
Push — master ( 01815b...4ed43a )
by Kevin
02:20
created
src/Tokens/Element.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -275,7 +275,7 @@  discard block
 block discarded – undo
275 275
     /**
276 276
      * Will get the element name from the html string.
277 277
      *
278
-     * @param $html string
278
+     * @param string $html string
279 279
      *
280 280
      * @return string The element name.
281 281
      */
@@ -300,8 +300,8 @@  discard block
 block discarded – undo
300 300
     /**
301 301
      * Will parse the script and style contents correctly.
302 302
      *
303
-     * @param $tag  string
304
-     * @param $html string
303
+     * @param string $tag  string
304
+     * @param string $html string
305 305
      *
306 306
      * @return string The remaining HTML.
307 307
      */
@@ -343,8 +343,8 @@  discard block
 block discarded – undo
343 343
      *
344 344
      * "iframe" elements.
345 345
      *
346
-     * @param $tag  string
347
-     * @param $html string
346
+     * @param string $tag  string
347
+     * @param string $html string
348 348
      *
349 349
      * @return string The remaining HTML.
350 350
      */
Please login to merge, or discard this patch.