Skip to content

Commit 9c02f43

Browse files
committed
Applied latest CS rules
1 parent ba4503a commit 9c02f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JsonStream.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public function rewind()
7777
return $this->bufferStream->rewind();
7878
}
7979

80-
public function seek($offset, $whence = SEEK_SET)
80+
public function seek($offset, $whence = \SEEK_SET)
8181
{
8282
return $this->bufferStream->seek($offset, $whence);
8383
}

0 commit comments

Comments
 (0)