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

Commit

Permalink
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Definition.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@

namespace Zend\Server;

use Countable;
use Iterator;

/**
* Server methods metadata
*/
class Definition implements \Countable, \Iterator
class Definition implements Countable, Iterator
{
/**
* @var array Array of \Zend\Server\Method\Definition objects
Expand Down

0 comments on commit 2643e17

Please sign in to comment.