Skip to content

Commit

Permalink
PhpDoc update
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuriy Kozyrev committed Aug 6, 2014
1 parent d677131 commit c2e9655
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Components/Collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ class Collection implements ArrayAccess, IteratorAggregate, Countable, IArrayabl
{

/**
* @var \SplDoublyLinkedList
* @var SplDoublyLinkedList | Iterator
*/
protected $container;

/**
* @var \SplQueue
* @var SplQueue
*/
protected $modifiers;

/**
* @param \Iterator $iterator
* @param Iterator $iterator
*/
public function __construct(Iterator $iterator = null)
{
Expand Down

0 comments on commit c2e9655

Please sign in to comment.