diff vendor/zendframework/zend-diactoros/src/HeaderSecurity.php @ 16:c2387f117808

Routine composer update
author Chris Cannam
date Tue, 10 Jul 2018 15:07:59 +0100
parents 7a779792577d
children
line wrap: on
line diff
--- a/vendor/zendframework/zend-diactoros/src/HeaderSecurity.php	Thu Apr 26 11:26:54 2018 +0100
+++ b/vendor/zendframework/zend-diactoros/src/HeaderSecurity.php	Tue Jul 10 15:07:59 2018 +0100
@@ -9,6 +9,17 @@
 
 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.
  *