Merge branch 'master' of github.com:Gregwar/CaptchaBundle

This commit is contained in:
Gregwar 2013-01-04 08:32:42 +01:00
commit 95b28d9cec
2 changed files with 0 additions and 6 deletions

View File

@ -2,8 +2,6 @@
namespace Gregwar\CaptchaBundle\Generator;
use Symfony\Component\Finder\Finder;
/**
* Builds a new captcha image
* Uses the fingerprint parameter, if one is passed, to generate the same image

View File

@ -2,10 +2,6 @@
namespace Gregwar\CaptchaBundle\Generator;
use Symfony\Component\Finder\Finder;
use Symfony\Component\HttpFoundation\Session\SessionInterface;
use Symfony\Component\Routing\RouterInterface;
/**
* Generates random phrase
*