Skip to content

Commit 7021cc9

Browse files
authored
Optimize method name (#6006)
1 parent 340fdf9 commit 7021cc9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Watcher.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function __construct(protected ContainerInterface $container, protected O
5555

5656
public function run()
5757
{
58-
$this->dumpautoload();
58+
$this->dumpAutoload();
5959
$this->restart(true);
6060

6161
$channel = new Channel(999);
@@ -84,7 +84,7 @@ public function run()
8484
}
8585
}
8686

87-
public function dumpautoload()
87+
public function dumpAutoload()
8888
{
8989
$ret = exec('composer dump-autoload -o --no-scripts -d ' . BASE_PATH);
9090
$this->output->writeln($ret['output'] ?? '');

0 commit comments

Comments
 (0)