@@ -280,7 +280,6 @@ discard block |
||
| 280 | 280 | /** |
| 281 | 281 | * Creates string representation of class attribute from array. |
| 282 | 282 | * |
| 283 | - * @param string $attributeName |
|
| 284 | 283 | * @param array $attributeData |
| 285 | 284 | * |
| 286 | 285 | * @return string |
@@ -332,7 +331,7 @@ discard block |
||
| 332 | 331 | /** |
| 333 | 332 | * Encodes data for using as html attribute value. |
| 334 | 333 | * |
| 335 | - * @param mixed $data |
|
| 334 | + * @param string $data |
|
| 336 | 335 | * |
| 337 | 336 | * @return string |
| 338 | 337 | */ |
@@ -1,22 +1,8 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | namespace Azine\EmailBundle\Tests\Controller; |
| 3 | -use Azine\EmailBundle\DependencyInjection\AzineEmailExtension; |
|
| 4 | -use Azine\EmailBundle\Services\AzineEmailTwigExtension; |
|
| 5 | -use Azine\EmailBundle\Services\Pagination; |
|
| 6 | -use Azine\EmailBundle\Tests\FindInFileUtil; |
|
| 7 | -use Azine\EmailBundle\Services\AzineTemplateProvider; |
|
| 8 | 3 | use Azine\EmailBundle\Entity\SentEmail; |
| 9 | -use Azine\EmailBundle\Controller\AzineEmailTemplateController; |
|
| 10 | 4 | use Azine\PlatformBundle\Services\EmailTemplateProvider; |
| 11 | 5 | use Symfony\Component\DependencyInjection\ContainerInterface; |
| 12 | -use Symfony\Component\HttpFoundation\File\Exception\FileNotFoundException; |
|
| 13 | -use Symfony\Component\HttpFoundation\ParameterBag; |
|
| 14 | -use Symfony\Component\HttpFoundation\Request; |
|
| 15 | -use Symfony\Component\HttpFoundation\Response; |
|
| 16 | -use Symfony\Component\HttpFoundation\Session\Session; |
|
| 17 | -use Symfony\Component\HttpFoundation\Session\Storage\MockFileSessionStorage; |
|
| 18 | -use Symfony\Component\Routing\RequestContext; |
|
| 19 | -use Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken; |
|
| 20 | 6 | use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; |
| 21 | 7 | use Symfony\Component\DomCrawler\Crawler; |
| 22 | 8 | use Symfony\Bundle\FrameworkBundle\Client; |