Files
archived-DoctrineModule/Module.php
webimpress 6706e63632 General code fixes
- updated PHP CodeSniffer to version 2.7
- added phpcs.xml with defined CS rules
- fixed code to pass all CS checks
- short array syntax in docs
- composer scripts to run unit and cs checks
- updated travis configuration to use composer scripts
2016-10-16 20:09:31 +01:00

8 lines
291 B
PHP

<?php
/**
* This file is placed here for compatibility with Zend Framework's ModuleManager.
* It allows usage of this module even without composer.
* The original Module.php is in 'src/DoctrineModule' in order to respect PSR-0
*/
require_once __DIR__ . '/src/DoctrineModule/Module.php';