Skip to content

Commit e455a4d

Browse files
committed
Merge branch 'master' into 3.1
# Conflicts: # src/cache/tests/Cases/StringHelperTest.php # src/command/src/Command.php
2 parents b0d2d29 + 7021cc9 commit e455a4d

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)