File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ matrix:
24
24
- php : 5.6
25
25
env : SYMFONY_VERSION=2.3.* SYMFONY_DEPRECATIONS_HELPER=weak
26
26
- php : 5.6
27
- env : SYMFONY_VERSION=2.8.*
27
+ env : SYMFONY_VERSION=2.8.* SYMFONY_DEPRECATIONS_HELPER=309
28
28
- php : 5.6
29
29
env : SYMFONY_VERSION=3.0.*
30
30
allow_failures :
Original file line number Diff line number Diff line change 14
14
use Symfony \Component \Form \AbstractType ;
15
15
use Symfony \Component \OptionsResolver \OptionsResolver ;
16
16
use Symfony \Component \OptionsResolver \OptionsResolverInterface ;
17
- use Symfony \Cmf \Bundle \RoutingBundle \Util \Sf2CompatUtil ;
18
17
19
18
class RouteTypeType extends AbstractType
20
19
{
Original file line number Diff line number Diff line change 16
16
use Symfony \Component \Routing \Generator \UrlGeneratorInterface ;
17
17
use Symfony \Cmf \Component \Routing \ChainRouter ;
18
18
use Symfony \Cmf \Component \Routing \RouteObjectInterface ;
19
- use Symfony \Component \Routing \Generator \UrlGeneratorInterface ;
20
19
use Symfony \Cmf \Bundle \RoutingBundle \Doctrine \Phpcr \Route ;
21
20
use Symfony \Cmf \Bundle \RoutingBundle \Doctrine \Phpcr \RedirectRoute ;
22
21
use Symfony \Cmf \Bundle \RoutingBundle \Routing \DynamicRouter ;
You can’t perform that action at this time.
0 commit comments