You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If i am not wrong, YAK Pro does not have mechanism/options to exclude specific code from being processed whatever the the config is set. For example, i have $conf->obfuscate_variable_name = true;, but i want all vars inside MyClass::myMethod() to be excluded. There is no way to do that.
If YAK Pro can takes advantage of phpdoc comment, may be this problem can be solved (and potentially others).
If i am not wrong, YAK Pro does not have mechanism/options to exclude specific code from being processed whatever the the config is set. For example, i have
$conf->obfuscate_variable_name = true;
, but i want all vars inside MyClass::myMethod() to be excluded. There is no way to do that.If YAK Pro can takes advantage of phpdoc comment, may be this problem can be solved (and potentially others).
or
The text was updated successfully, but these errors were encountered: