Skip to content

Commit

Permalink
Merge pull request #765 from Ener-Getick/DEPRECATION
Browse files Browse the repository at this point in the history
Fix a deprecation
  • Loading branch information
willdurand committed Dec 8, 2015
2 parents 49238f4 + 24fa5df commit 19d4e37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Tests/Fixtures/app/config/default.yml
Expand Up @@ -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
Expand Down

0 comments on commit 19d4e37

Please sign in to comment.