Using the dev-tools 1.3.3 to generate a skeleton project of type=modules I get the following error -
Fatal error: Declaration of Project\Frontend\Module::registerAutoloaders() must be compatible with Phalcon\Mvc\ModuleDefinitionInterface::registerAutoloaders(Phalcon\DiInterface $dependencyInjector = NULL) in /Users/ilongley/development/phoenix/apps/frontend/Module.php
I am running phalcon 2.0
In Module.php if I remove "implements ModuleDefinitionInterface" from the class declaration everything works fine.
Is there something I should be aware of?
Many thanks!