package update 재도전

This commit is contained in:
2020-01-28 00:30:41 +09:00
parent 9cd40b213d
commit f6e53746b2
419 changed files with 13997 additions and 16260 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ class LimitStream implements StreamInterface
{
if ($whence !== SEEK_SET || $offset < 0) {
throw new \RuntimeException(sprintf(
'Cannot seek to offset % with whence %s',
'Cannot seek to offset %s with whence %s',
$offset,
$whence
));