Skip to content

Commit

Permalink
configuration class phpcs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sveneld committed May 26, 2024
1 parent 0f90f2a commit 793ad21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ public function get($key)
{
return $this->params[$key] ?? null;
}
}
}

0 comments on commit 793ad21

Please sign in to comment.