We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 463c7dc commit 83069ffCopy full SHA for 83069ff
src/Psalm/Internal/Fork/PsalmRestarter.php
@@ -7,6 +7,8 @@
7
use function array_filter;
8
use function array_merge;
9
use function array_splice;
10
+use function assert;
11
+use function count;
12
use function extension_loaded;
13
use function file_get_contents;
14
use function file_put_contents;
0 commit comments