From 63262d95b0f75e12ce8b79c9833c4c8efd1c0ca7 Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Sat, 3 May 2014 02:10:35 +0200 Subject: [PATCH] #6058 - importing undefined symbol `Traversable` --- library/Zend/Log/Filter/Timestamp.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library/Zend/Log/Filter/Timestamp.php b/library/Zend/Log/Filter/Timestamp.php index a3c0ccb5d6e..5390657bedb 100644 --- a/library/Zend/Log/Filter/Timestamp.php +++ b/library/Zend/Log/Filter/Timestamp.php @@ -9,8 +9,9 @@ namespace Zend\Log\Filter; -use Zend\Log\Exception; use DateTime; +use Traversable; +use Zend\Log\Exception; /** * Filters log events based on the time when they were triggered.