When we need to extend the CodeIgniter\Filters\Filters class we are unable to use the pathApplies() method because it is set to private. I think that it should be defined as protected because it already allows it to be extended.
If you think it should be as I propose, I can do the PR with the change, otherwise can anybody explain me wy it should be private?