Skip to content

Commit

Permalink
Merge pull request #79 from weierophinney/hotfix/qa-psalm
Browse files Browse the repository at this point in the history
Fix error flagged by Psalm
  • Loading branch information
weierophinney committed Dec 13, 2021
2 parents 661f212 + d635104 commit 54d622e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion psalm-baseline.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="4.13.1@5cf660f63b548ccd4a56f62d916ee4d6028e01a3">
<files psalm-version="v4.15.0@a1b5e489e6fcebe40cb804793d964e99fc347820">
<file src="src/AbstractStaticResourceHandlerFactory.php">
<MixedArgument occurrences="3">
<code>$compressionLevel</code>
Expand Down
1 change: 0 additions & 1 deletion src/HotCodeReload/FileWatcher/InotifyFileWatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 54d622e

Please sign in to comment.