@@ -73,7 +73,7 @@ |
||
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) |