Open Darkemon opened 4 years ago
Could you add an option to the xml config to set flag:
$scanner->setFlag(\FilesystemIterator::FOLLOW_SYMLINKS);
in Factory.php?
Probably. Not sure of the side effects though as that will potentially affect the path generation for the files since phpDox uses realpath for various things...
Has to be researched.
Could you add an option to the xml config to set flag:
in Factory.php?