Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Commit 4a2fd0a

Browse files
committed
Merge pull request #161 from TysonAndre/patch-1
Fix check for Traversable in ElementFactory
2 parents 72c3756 + a362de1 commit 4a2fd0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ElementFactory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
namespace Zend\Form;
1111

12+
use Traversable;
1213
use Interop\Container\ContainerInterface;
1314
use Zend\ServiceManager\Exception\InvalidServiceException;
1415
use Zend\ServiceManager\FactoryInterface;

0 commit comments

Comments
 (0)