Skip to content

Commit

Permalink
Fixed CS
Browse files Browse the repository at this point in the history
Fixed codestyle
  • Loading branch information
NiMeDia authored May 4, 2022
1 parent f97a906 commit 33615be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ public function getConfig()
/**
* {@inheritDoc}
*/
public function getModuleDependencies() {
public function getModuleDependencies()
{
return [
'Laminas\Cache',
];
Expand Down

0 comments on commit 33615be

Please sign in to comment.