mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 15:51:48 +03:00
Fix a deprecation
This commit is contained in:
parent
49238f44aa
commit
24fa5dfbc0
@ -16,7 +16,7 @@ matrix:
|
|||||||
- php: 5.6
|
- php: 5.6
|
||||||
env: SYMFONY_VERSION=2.8.*
|
env: SYMFONY_VERSION=2.8.*
|
||||||
- php: 5.6
|
- php: 5.6
|
||||||
env: SYMFONY_VERSION=3.0.* DEPENDENCIES=dev COMPOSER_FLAGS="--prefer-stable"
|
env: SYMFONY_VERSION=3.0.*
|
||||||
- php: 7.0
|
- php: 7.0
|
||||||
- php: hhvm
|
- php: hhvm
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
@ -25,7 +25,7 @@ services:
|
|||||||
arguments:
|
arguments:
|
||||||
- [foo, bar]
|
- [foo, bar]
|
||||||
tags:
|
tags:
|
||||||
- { name: form.type, alias: dependency_type }
|
- { name: form.type, alias: dependency_type, extended_type: Nelmio\ApiDocBundle\Tests\Fixtures\Form\DependencyType }
|
||||||
|
|
||||||
parameters:
|
parameters:
|
||||||
domain_prod: test.com
|
domain_prod: test.com
|
||||||
|
Loading…
x
Reference in New Issue
Block a user