File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -234,9 +234,9 @@ public function isSeekable()
234
234
* @param int $offset
235
235
* @param int $whence
236
236
*
237
- * @throws RuntimeException
238
- *
239
237
* @return void
238
+ *
239
+ * @throws RuntimeException
240
240
*/
241
241
public function seek ($ offset , $ whence = SEEK_SET )
242
242
{
@@ -274,9 +274,9 @@ public function isWritable()
274
274
/**
275
275
* @param string $string
276
276
*
277
- * @throws RuntimeException
278
- *
279
277
* @return false|int
278
+ *
279
+ * @throws RuntimeException
280
280
*/
281
281
public function write ($ string )
282
282
{
@@ -314,9 +314,9 @@ public function isReadable()
314
314
/**
315
315
* @param int $length
316
316
*
317
- * @throws RuntimeException
318
- *
319
317
* @return false|string
318
+ *
319
+ * @throws RuntimeException
320
320
*/
321
321
public function read ($ length )
322
322
{
You can’t perform that action at this time.
0 commit comments