Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Dec 28, 2021
1 parent 55dc401 commit b9f815d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/BrefKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ public function isLambda(): bool
return getenv('LAMBDA_TASK_ROOT') !== false;
}

/**
* {@inheritDoc}
*/
public function getCacheDir(): string
{
if ($this->isLambda()) {
Expand All @@ -26,9 +23,6 @@ public function getCacheDir(): string
return parent::getCacheDir();
}

/**
* {@inheritDoc}
*/
public function getLogDir(): string
{
if ($this->isLambda()) {
Expand Down

0 comments on commit b9f815d

Please sign in to comment.