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 5636fea commit 76332b9Copy full SHA for 76332b9
src/DiffFileLoader.php
@@ -28,7 +28,7 @@ public function getChangedLines(): array
28
!is_readable($this->fileLocation) &&
29
strpos($this->fileLocation, "php://") !== 0
30
)) {
31
- throw new InvalidArgumentException("Can't read file", 1);
+ throw new InvalidArgumentException("Can't read file {$this->fileLocation}", 1);
32
}
33
34
$handle = fopen($this->fileLocation, 'r');
0 commit comments