Short description of the issue
I'm using $wire->files->include() on a module's settings page and it throws the given warning. I did some research and found that on admin pages it seems that the fuel contains an "options" property which then causes the error in WireFileTools

Steps to reproduce the issue
Add this line in any getModuleConfigInputfields of a module and load the module's settings page:
$this->wire->files->include($this->wire->config->paths->siteModules . "README.txt");
Setup/Environment
- ProcessWire version: 3.0.206