comparison vendor/zendframework/zend-diactoros/src/PhpInputStream.php @ 16:c2387f117808

Routine composer update
author Chris Cannam
date Tue, 10 Jul 2018 15:07:59 +0100
parents 7a779792577d
children
comparison
equal deleted inserted replaced
15:e200cb7efeb3 16:c2387f117808
4 * @copyright Copyright (c) 2015-2017 Zend Technologies USA Inc. (http://www.zend.com) 4 * @copyright Copyright (c) 2015-2017 Zend Technologies USA Inc. (http://www.zend.com)
5 * @license https://github.com/zendframework/zend-diactoros/blob/master/LICENSE.md New BSD License 5 * @license https://github.com/zendframework/zend-diactoros/blob/master/LICENSE.md New BSD License
6 */ 6 */
7 7
8 namespace Zend\Diactoros; 8 namespace Zend\Diactoros;
9
10 use function stream_get_contents;
9 11
10 /** 12 /**
11 * Caching version of php://input 13 * Caching version of php://input
12 */ 14 */
13 class PhpInputStream extends Stream 15 class PhpInputStream extends Stream