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 e2afdb9 commit d0b1a07Copy full SHA for d0b1a07
src/GitChangeLog.php
@@ -435,10 +435,6 @@ protected function formatHashes(array $hashes): string
435
*/
436
public function save(string $filePath): void
437
{
438
- if (!is_writable(dirname($filePath))) {
439
- throw new RuntimeException('Unable to write to file!');
440
- }
441
-
442
$baseContent = '';
443
if ($this->baseFile !== null) {
444
$baseContent = file_get_contents($this->baseFile);
0 commit comments