mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-25 11:38:44 +02:00
Re-dump autoloader and composer.lock
This commit is contained in:
@@ -35,7 +35,7 @@ class DirectoryResource implements SelfCheckingResourceInterface
|
||||
$this->pattern = $pattern;
|
||||
|
||||
if (false === $resolvedResource || !is_dir($resolvedResource)) {
|
||||
throw new \InvalidArgumentException(sprintf('The directory "%s" does not exist.', $resource));
|
||||
throw new \InvalidArgumentException(\sprintf('The directory "%s" does not exist.', $resource));
|
||||
}
|
||||
|
||||
$this->resource = $resolvedResource;
|
||||
|
||||
Reference in New Issue
Block a user