add type hint for IDE

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
Arthur Schiwon 2019-09-05 15:52:38 +02:00
parent c2a52813e2
commit 36624def94
No known key found for this signature in database
GPG Key ID: 7424F1874854DF23
1 changed files with 1 additions and 0 deletions

View File

@ -129,6 +129,7 @@ class Manager implements IManager, IEntityAware {
$this->storage = $storage;
if ($storage->instanceOfStorage(Jail::class)) {
/** @var Jail $storage */
$path = $storage->getJailedPath($path);
}
$this->path = $path;