Skip to content

Commit 6d4e27d

Browse files
committed
refs #37150 Magento Module submission
Fix CS Fixer
1 parent 4fc13fc commit 6d4e27d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/Stream.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -234,9 +234,9 @@ public function isSeekable()
234234
* @param int $offset
235235
* @param int $whence
236236
*
237-
* @throws RuntimeException
238-
*
239237
* @return void
238+
*
239+
* @throws RuntimeException
240240
*/
241241
public function seek($offset, $whence = SEEK_SET)
242242
{
@@ -274,9 +274,9 @@ public function isWritable()
274274
/**
275275
* @param string $string
276276
*
277-
* @throws RuntimeException
278-
*
279277
* @return false|int
278+
*
279+
* @throws RuntimeException
280280
*/
281281
public function write($string)
282282
{
@@ -314,9 +314,9 @@ public function isReadable()
314314
/**
315315
* @param int $length
316316
*
317-
* @throws RuntimeException
318-
*
319317
* @return false|string
318+
*
319+
* @throws RuntimeException
320320
*/
321321
public function read($length)
322322
{

0 commit comments

Comments
 (0)