Skip to content

Commit

Permalink
zendframework#6058 - importing undefined symbol Traversable
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius authored and dima committed Nov 27, 2014
1 parent b043250 commit 63262d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion library/Zend/Log/Filter/Timestamp.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 63262d9

Please sign in to comment.