Skip to content

Commit 82365bc

Browse files
SjorsOoliverklee
andauthored
Update bin/quickdump.php
Co-authored-by: Oliver Klee <github@oliverklee.de>
1 parent 8285017 commit 82365bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/quickdump.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
$source = \file_get_contents('php://stdin');
1515
if (!\is_string($source)) {
16-
throw new \RuntimeException('Failed to read from stdin.');
16+
throw new \RuntimeException('Failed to read from stdin.', 1786954465);
1717
}
1818
$parser = new Parser($source);
1919

0 commit comments

Comments
 (0)