Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit a58a603

Browse files
authored
Merge pull request #4 from imponeer/scrutinizer-patch-1
Scrutinizer Auto-Fixes
2 parents 8a013e3 + 988e0f9 commit a58a603

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/CommandProvider.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,13 @@
99
*
1010
* @package Imponeer\ComposerCustomCommand
1111
*/
12-
class CommandProvider implements CommandProviderCapability
13-
{
12+
class CommandProvider implements CommandProviderCapability {
1413
/**
1514
* Gets registered commands
1615
*
1716
* @return array
1817
*/
19-
public function getCommands()
20-
{
18+
public function getCommands() {
2119
return ProxyCommand::produce(
2220
DataCache::getInstance()->read()
2321
);

0 commit comments

Comments
 (0)