diff --git a/psalm-baseline.xml b/psalm-baseline.xml index 7b645848..da3bdca9 100644 --- a/psalm-baseline.xml +++ b/psalm-baseline.xml @@ -1,5 +1,5 @@ - + $compressionLevel diff --git a/src/HotCodeReload/FileWatcher/InotifyFileWatcher.php b/src/HotCodeReload/FileWatcher/InotifyFileWatcher.php index e086b876..ebc2a019 100644 --- a/src/HotCodeReload/FileWatcher/InotifyFileWatcher.php +++ b/src/HotCodeReload/FileWatcher/InotifyFileWatcher.php @@ -115,7 +115,6 @@ private function listSubdirectoriesRecursively(string $path): array $paths = array_merge($paths, $this->listSubdirectoriesRecursively($filename)); } - $paths = array_values($paths); Assert::allStringNotEmpty($paths); return $paths;