mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
Re-dump autoloader and composer.lock
This commit is contained in:
@@ -27,10 +27,10 @@ interface FileLocatorInterface
|
||||
*
|
||||
* @return string|string[] The full path to the file or an array of file paths
|
||||
*
|
||||
* @psalm-return ($first is true ? string : string[])
|
||||
*
|
||||
* @throws \InvalidArgumentException If $name is empty
|
||||
* @throws FileLocatorFileNotFoundException If a file is not found
|
||||
*
|
||||
* @psalm-return ($first is true ? string : string[])
|
||||
*/
|
||||
public function locate(string $name, ?string $currentPath = null, bool $first = true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user