Issue #3424290 check if file settings path exist
1 unresolved thread
Closes #3424290
Merge request reports
Activity
59 59 $path = $wrapper->getDirectoryPath(); 60 60 61 61 if ($this->fileSystem->isAbsolutePath($path)) { 62 $event->addPathsRelativeToProjectRoot([realpath($path)]); 62 if ($path = realpath($path)) {
Please register or sign in to reply