Completed
Push — master ( cae84a...cb08ec )
by Oscar
01:33
created
src/Extractors/VueJs.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
73 73
      * Extracts script tag contents using regex instead of DOM operations.
74 74
      * If we parse using DOM, some contents may change, for example, tags within strings will be stripped
75 75
      *
76
-     * @param $string
76
+     * @param string $string
77 77
      * @return bool|string
78 78
      */
79 79
     private static function extractScriptTag($string)
Please login to merge, or discard this patch.