Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / zendframework / zend-diactoros / src / HeaderSecurity.php
index 929db97dcb418e7e7e18234d6b09e34e99a33c38..72e83e14a51d34580cb53836a96284293a1d0c1f 100644 (file)
@@ -9,6 +9,17 @@ namespace Zend\Diactoros;
 
 use InvalidArgumentException;
 
+use function get_class;
+use function gettype;
+use function in_array;
+use function is_numeric;
+use function is_object;
+use function is_string;
+use function ord;
+use function preg_match;
+use function sprintf;
+use function strlen;
+
 /**
  * Provide security tools around HTTP headers to prevent common injection vectors.
  *