The following line throws the error message as in the title:
@unlink($file);
There is no function as domxml_unlink_node and I wonder what that function has to do with unlinking aka removing files ;)
The following line throws the error message as in the title:
@unlink($file);
There is no function as domxml_unlink_node and I wonder what that function has to do with unlinking aka removing files ;)
Comments
Comment #1
lumio commentedHow to fix this:
Remove line 302 in the following file:
/coder/coder_sniffer/Drupal/Sniffs/Semantics/FunctionAliasSniff.phpComment #2
klausiThis is already fixed in the dev version.