mirror of
https://github.com/friendica/friendica
synced 2025-04-27 07:10:12 +00:00
Refactoring Core class structures ...
This commit is contained in:
parent
57b4c008cb
commit
b216317477
130 changed files with 1625 additions and 1397 deletions
|
@ -23,7 +23,7 @@ namespace Friendica\Console;
|
|||
|
||||
use Asika\SimpleConsole\CommandArgsException;
|
||||
use Friendica\App;
|
||||
use Friendica\Core\Lock\ILock;
|
||||
use Friendica\Core\Lock\Capability\ICanLock;
|
||||
use RuntimeException;
|
||||
|
||||
/**
|
||||
|
@ -42,7 +42,7 @@ class Lock extends \Asika\SimpleConsole\Console
|
|||
private $appMode;
|
||||
|
||||
/**
|
||||
* @var ILock
|
||||
* @var \Friendica\Core\Lock\Capability\ICanLock
|
||||
*/
|
||||
private $lock;
|
||||
|
||||
|
@ -76,7 +76,7 @@ HELP;
|
|||
return $help;
|
||||
}
|
||||
|
||||
public function __construct(App\Mode $appMode, ILock $lock, array $argv = null)
|
||||
public function __construct(App\Mode $appMode, ICanLock $lock, array $argv = null)
|
||||
{
|
||||
parent::__construct($argv);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue