Skip to content

Commit

Permalink
added phpcs ignore
Browse files Browse the repository at this point in the history
Signed-off-by: alexmerlin <[email protected]>
  • Loading branch information
alexmerlin committed Aug 18, 2023
1 parent aea5e67 commit 7b7e7ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
'config_cache_path' => 'data/cache/config-cache.php',
];

// @codingStandardsIgnoreStart
$aggregator = new Laminas\ConfigAggregator\ConfigAggregator([
Mezzio\Authorization\Acl\ConfigProvider::class,
Mezzio\Authorization\Rbac\ConfigProvider::class,
Expand Down Expand Up @@ -58,5 +59,6 @@
realpath(__DIR__) . '/development.config.php'
),
], $cacheConfig['config_cache_path']);
// @codingStandardsIgnoreEnd

return $aggregator->getMergedConfig();

0 comments on commit 7b7e7ac

Please sign in to comment.