Fix cleanup process. Fix getManyByWhere on tablegateways. Fix namespaces.

This commit is contained in:
Greyscale 2021-05-17 02:36:25 +02:00
parent 0b69a15005
commit ce5648a60e

View file

@ -2,7 +2,7 @@
$finder = PhpCsFixer\Finder::create();
if (!defined('__PHPCS_ROOT__')) {
define('__PHPCS_ROOT__', __DIR__);
define('__PHPCS_ROOT__', getcwd());
}
$directories = [