Fix cleanup process. Fix getManyByWhere on tablegateways. Fix namespaces.
This commit is contained in:
parent
0b69a15005
commit
ce5648a60e
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
$finder = PhpCsFixer\Finder::create();
|
||||
|
||||
if (!defined('__PHPCS_ROOT__')) {
|
||||
define('__PHPCS_ROOT__', __DIR__);
|
||||
define('__PHPCS_ROOT__', getcwd());
|
||||
}
|
||||
|
||||
$directories = [
|
||||
|
|
Loading…
Reference in a new issue