Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed May 20, 2023
1 parent 9f6c654 commit 905a49f
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion app/src/Apikey/ApikeyDeleteFormType.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
*/
class ApikeyDeleteFormType extends AbstractType
{

/**
* Returns the name of this form type.
*
Expand Down
1 change: 0 additions & 1 deletion app/src/Client/ClientDeleteFormType.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
*/
class ClientDeleteFormType extends AbstractType
{

/**
* Returns the name of this form type.
*
Expand Down
1 change: 0 additions & 1 deletion app/src/Client/ClientFormType.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
*/
class ClientFormType extends AbstractType
{

/**
* Returns the name of this form type.
*
Expand Down
1 change: 0 additions & 1 deletion app/src/Talk/TalkDeleteFormType.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
*/
class TalkDeleteFormType extends AbstractType
{

/**
* Returns the name of this form type.
*
Expand Down
2 changes: 1 addition & 1 deletion web/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public function call()
$app->container->set('access_token', isset($_SESSION['access_token']) ? $_SESSION['access_token'] : null);

$app->container->singleton(\Application\CacheService::class, function ($container) {
$redis = $container->settings['custom']['redis'];
$redis = $container->settings['custom']['redis'];
$prefix = $redis['options']['prefix'];

if ($host = getenv('REDIS_HOST')) {
Expand Down

0 comments on commit 905a49f

Please sign in to comment.