Skip to content

Commit c6e9dd8

Browse files
authored
Corrects in_memory file missing message.
Fixes a typo in #55
1 parent 1371d8b commit c6e9dd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Support/FeaturesFileDiscoverer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ public function find(): string
3030
return $path;
3131
}
3232

33-
throw new \RuntimeException(sprintf('`%s` file could be found.', $this->file));
33+
throw new \RuntimeException(sprintf('`%s` file could not be found.', $this->file));
3434
}
3535
}

0 commit comments

Comments
 (0)