We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1371d8b commit c6e9dd8Copy full SHA for c6e9dd8
src/Support/FeaturesFileDiscoverer.php
@@ -30,6 +30,6 @@ public function find(): string
30
return $path;
31
}
32
33
- throw new \RuntimeException(sprintf('`%s` file could be found.', $this->file));
+ throw new \RuntimeException(sprintf('`%s` file could not be found.', $this->file));
34
35
0 commit comments