Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / zendframework / zend-diactoros / src / AbstractSerializer.php
index 9ee9afd0c59f0c611d7501192dc0f15018630a18..cd07fa6df91c0c1316f4e01e81c49778e77805f6 100644 (file)
@@ -12,6 +12,14 @@ namespace Zend\Diactoros;
 use Psr\Http\Message\StreamInterface;
 use UnexpectedValueException;
 
+use function array_pop;
+use function implode;
+use function ltrim;
+use function preg_match;
+use function sprintf;
+use function str_replace;
+use function ucwords;
+
 /**
  * Provides base functionality for request and response de/serialization
  * strategies, including functionality for retrieving a line at a time from