We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b9cc64 commit 0e402a9Copy full SHA for 0e402a9
.travis.yml
@@ -24,7 +24,7 @@ matrix:
24
- php: 5.6
25
env: SYMFONY_VERSION=2.3.* SYMFONY_DEPRECATIONS_HELPER=weak
26
27
- env: SYMFONY_VERSION=2.8.*
+ env: SYMFONY_VERSION=2.8.* SYMFONY_DEPRECATIONS_HELPER=99999
28
29
env: SYMFONY_VERSION=3.0.*
30
allow_failures:
Form/Type/RouteTypeType.php
@@ -14,7 +14,6 @@
14
use Symfony\Component\Form\AbstractType;
15
use Symfony\Component\OptionsResolver\OptionsResolver;
16
use Symfony\Component\OptionsResolver\OptionsResolverInterface;
17
-use Symfony\Cmf\Bundle\RoutingBundle\Util\Sf2CompatUtil;
18
19
class RouteTypeType extends AbstractType
20
{
0 commit comments