8000 merged branch lsmith77/forward_compat_filesystem (PR #2971) · mshtukin/symfony@b254851 · GitHub
[go: up one dir, main page]

Skip to content

Commit b254851

Browse files
committed
merged branch lsmith77/forward_compat_filesystem (PR symfony#2971)
Commits ------- aacb2de use the forward compat version in the Filesystem service Discussion ---------- use the forward compat version in the Filesystem service Bug fix: no Feature addition: yes Backwards compatibility break: no Symfony2 tests pass: ![Build Status](https://secure.travis-ci.org/lsmith77/symfony.png?branch=forward_compat_filesystem) Fixes the following tickets: - by changing the service it should fix any type hints for the Filesystem class inside 2.1, but it shouldn't affect anyone still type hinting the old location in 2.0 since the new forward compat file extends the old file. See liip/LiipImagineBundle@00c988b#commitcomment-820879 --------------------------------------------------------------------------- by tobiassjosten at 2011/12/26 18:41:45 -0800 :+1:
2 parents aa74e90 + aacb2de commit b254851

File tree

1 file changed

+1
-1
lines changed
  • src/Symfony/Bundle/FrameworkBundle/Resources/config

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Resources/config/services.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parameters>
88
<parameter key="event_dispatcher.class">Symfony\Bundle\FrameworkBundle\ContainerAwareEventDispatcher</parameter>
99
<parameter key="http_kernel.class">Symfony\Bundle\FrameworkBundle\HttpKernel</parameter>
10-
<parameter key="filesystem.class">Symfony\Component\HttpKernel\Util\Filesystem</parameter>
10+
<parameter key="filesystem.class">Symfony\Component\Filesystem\Filesystem</parameter>
1111
<parameter key="cache_warmer.class">Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate</parameter>
1212
<parameter key="file_locator.class">Symfony\Component\HttpKernel\Config\FileLocator</parameter>
1313
</parameters>

0 commit comments

Comments
 (0)
0