Version: 4.1.1
Bug Description
There's a syntax error in line 388
Steps To Reproduce
Look at the source code line 388:
"is_$search->mode"(Helpers::IsWindows && $file->isLink() ? $file->getLinkTarget() : $file->getPathname())
Expected Behavior
Correct syntax
Possible Solution
Correct the syntax