mirror of
https://github.com/doctrine/DoctrineModule.git
synced 2026-03-24 06:42:24 +01:00
- 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
8 lines
291 B
PHP
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';
|