Fix a deprecation

This commit is contained in:
Ener-Getick 2015-12-08 13:06:38 +01:00
parent 49238f44aa
commit 24fa5dfbc0
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ matrix:
- php: 5.6
env: SYMFONY_VERSION=2.8.*
- php: 5.6
env: SYMFONY_VERSION=3.0.* DEPENDENCIES=dev COMPOSER_FLAGS="--prefer-stable"
env: SYMFONY_VERSION=3.0.*
- php: 7.0
- php: hhvm
fast_finish: true

View File

@ -25,7 +25,7 @@ services:
arguments:
- [foo, bar]
tags:
- { name: form.type, alias: dependency_type }
- { name: form.type, alias: dependency_type, extended_type: Nelmio\ApiDocBundle\Tests\Fixtures\Form\DependencyType }
parameters:
domain_prod: test.com