Skip to content

Commit

Permalink
Merge branch '2.7' into 2.8
Browse files Browse the repository at this point in the history
Conflicts:
	src/Symfony/Component/Security/Http/Tests/RememberMe/PersistentTokenBasedRememberMeServicesTest.php
	src/Symfony/Component/Security/Http/Tests/RememberMe/TokenBasedRememberMeServicesTest.php
	src/Symfony/Component/Security/composer.json
  • Loading branch information
nicolas-grekas committed Oct 6, 2015
2 parents 6fa86f7 + 8d39ca6 commit dc3598f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Iterator/CustomFilterIterator.php
Expand Up @@ -26,8 +26,8 @@ class CustomFilterIterator extends FilterIterator
/**
* Constructor.
*
* @param \Iterator $iterator The Iterator to filter
* @param array $filters An array of PHP callbacks
* @param \Iterator $iterator The Iterator to filter
* @param callable[] $filters An array of PHP callbacks
*
* @throws \InvalidArgumentException
*/
Expand Down

0 comments on commit dc3598f

Please sign in to comment.