Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use namespace doesn't get excluded #54

Closed
andthink opened this issue Jan 30, 2020 · 2 comments
Closed

Use namespace doesn't get excluded #54

andthink opened this issue Jan 30, 2020 · 2 comments

Comments

@andthink
Copy link

andthink commented Jan 30, 2020

use Tbuy_Flow_Model_Storage_Factory as StorageFactory;
becomes
use fNSeU as StorageFactory;
even if I've set

$conf->obfuscate_namespace_name = false;

Am I doing something wrong?
This is my whole config file
https://gist.github.com/andthink/672fbd8d3d854617b16f604c1a918bc7

@oualid13
Copy link

i think that for this you have to put "Tbuy_Flow_Model_Storage_Factory" and "StorageFactory" in the t_ignore_namespaces array

@pk-fr
Copy link
Owner

pk-fr commented Feb 27, 2020

fixed with release 2.0.7

@pk-fr pk-fr closed this as completed Feb 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants