Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / zendframework / zend-diactoros / src / Response / ArraySerializer.php
index be4ab3e75566b360dbf21310b15418ec311220a3..7afe419473ba022c718939cce40e32694aa90f9b 100644 (file)
@@ -12,6 +12,8 @@ use UnexpectedValueException;
 use Zend\Diactoros\Response;
 use Zend\Diactoros\Stream;
 
+use function sprintf;
+
 /**
  * Serialize or deserialize response messages to/from arrays.
  *