mirror of
https://github.com/shlinkio/shlink.git
synced 2026-02-28 04:03:12 +08:00
Updated local config files which were not fulfilling the project's coding standards
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
use Laminas\ConfigAggregator\ConfigAggregator;
|
use Laminas\ConfigAggregator\ConfigAggregator;
|
||||||
|
|||||||
@@ -1,9 +1,13 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
use Mezzio\Router\FastRouteRouter;
|
use Mezzio\Router\FastRouteRouter;
|
||||||
|
|
||||||
return [
|
return [
|
||||||
|
|
||||||
'router' => [
|
'router' => [
|
||||||
|
// 'base_path' => '',
|
||||||
'fastroute' => [
|
'fastroute' => [
|
||||||
FastRouteRouter::CONFIG_CACHE_ENABLED => false,
|
FastRouteRouter::CONFIG_CACHE_ENABLED => false,
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -1,12 +1,13 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
use Mezzio\Swoole\HotCodeReload\FileWatcher\InotifyFileWatcher;
|
|
||||||
use Laminas\ServiceManager\Factory\InvokableFactory;
|
use Laminas\ServiceManager\Factory\InvokableFactory;
|
||||||
|
use Mezzio\Swoole\HotCodeReload\FileWatcher\InotifyFileWatcher;
|
||||||
|
|
||||||
return [
|
return [
|
||||||
|
|
||||||
'mezzio-swoole' => [
|
'expressive-swoole' => [
|
||||||
'hot-code-reload' => [
|
'hot-code-reload' => [
|
||||||
'enable' => true,
|
'enable' => true,
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user