Skip to content

Commit 5a2f1d5

Browse files
authored
Remove unused property $loop (#612)
Since `db4e52f` the `loop()` method does return `Loop::get()` directly instead of the `$loop` property. The property is now unused and therefore removed.
1 parent 1650050 commit 5a2f1d5

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

application/clicommands/Command.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,10 @@
1515
use Icinga\Module\Vspheredb\Configuration;
1616
use Icinga\Module\Vspheredb\Daemon\RemoteClient;
1717
use React\EventLoop\Loop;
18-
use React\EventLoop\LoopInterface;
1918
use React\Stream\WritableResourceStream;
2019

2120
class Command extends CliCommand
2221
{
23-
/** @var LoopInterface */
24-
private $loop;
25-
2622
private $loopStarted = false;
2723

2824
protected $logger;

0 commit comments

Comments
 (0)