Closed vaneavasco closed 1 year ago
Hmmm.. Is there anything we can do in the watcher plugin? Maybe we should open an issue at Lurker's repository?
Hmm, now that I've looked a bit on their repository I realised that they're already on the right track with this: here . My bad.
No worries. It looks like there is a fix for it, but they have not tagged a new release. I just asked about it in the comments of that commit you linked. As soon as they tag a new release, I will update this plugin accordingly.
is_dir($this) uses Symfony\Component\Config\Resource\DirectoryResource's __toString and it does not seem to work on my machine, it only works if I use is_dir($this->getResource()) instead of is_dir($this).