diff --git a/src/Symfony/Bundle/AsseticBundle/AsseticBundle.php b/src/Symfony/Bundle/AsseticBundle/AsseticBundle.php index a49da05e24..df8356515c 100644 --- a/src/Symfony/Bundle/AsseticBundle/AsseticBundle.php +++ b/src/Symfony/Bundle/AsseticBundle/AsseticBundle.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony framework. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. @@ -20,7 +20,7 @@ use Symfony\Component\HttpKernel\Bundle\Bundle; /** * Assetic integration. * - * @author Kris Wallsmith + * @author Kris Wallsmith */ class AsseticBundle extends Bundle { diff --git a/src/Symfony/Bundle/AsseticBundle/CacheWarmer/AssetManagerCacheWarmer.php b/src/Symfony/Bundle/AsseticBundle/CacheWarmer/AssetManagerCacheWarmer.php index e8a81c1a9e..6adf66f2a2 100644 --- a/src/Symfony/Bundle/AsseticBundle/CacheWarmer/AssetManagerCacheWarmer.php +++ b/src/Symfony/Bundle/AsseticBundle/CacheWarmer/AssetManagerCacheWarmer.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony framework. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/Symfony/Bundle/AsseticBundle/CacheWarmer/AssetWriterCacheWarmer.php b/src/Symfony/Bundle/AsseticBundle/CacheWarmer/AssetWriterCacheWarmer.php index c478d07be8..0e840d87e4 100644 --- a/src/Symfony/Bundle/AsseticBundle/CacheWarmer/AssetWriterCacheWarmer.php +++ b/src/Symfony/Bundle/AsseticBundle/CacheWarmer/AssetWriterCacheWarmer.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony framework. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/Symfony/Bundle/AsseticBundle/Command/DumpCommand.php b/src/Symfony/Bundle/AsseticBundle/Command/DumpCommand.php index f3567a1557..0d7bde94db 100644 --- a/src/Symfony/Bundle/AsseticBundle/Command/DumpCommand.php +++ b/src/Symfony/Bundle/AsseticBundle/Command/DumpCommand.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony framework. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. @@ -23,7 +23,7 @@ use Symfony\Component\EventDispatcher\Event; /** * Dumps assets to the filesystem. * - * @author Kris Wallsmith + * @author Kris Wallsmith */ class DumpCommand extends Command { diff --git a/src/Symfony/Bundle/AsseticBundle/Controller/AsseticController.php b/src/Symfony/Bundle/AsseticBundle/Controller/AsseticController.php index 642907c127..b34a845241 100644 --- a/src/Symfony/Bundle/AsseticBundle/Controller/AsseticController.php +++ b/src/Symfony/Bundle/AsseticBundle/Controller/AsseticController.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony framework. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. @@ -21,7 +21,7 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; /** * Serves assets. * - * @author Kris Wallsmith + * @author Kris Wallsmith */ class AsseticController { diff --git a/src/Symfony/Bundle/AsseticBundle/DependencyInjection/AsseticExtension.php b/src/Symfony/Bundle/AsseticBundle/DependencyInjection/AsseticExtension.php index efe658b111..a931a4359f 100644 --- a/src/Symfony/Bundle/AsseticBundle/DependencyInjection/AsseticExtension.php +++ b/src/Symfony/Bundle/AsseticBundle/DependencyInjection/AsseticExtension.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony framework. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. @@ -22,7 +22,7 @@ use Symfony\Component\HttpKernel\DependencyInjection\Extension; /** * Semantic asset configuration. * - * @author Kris Wallsmith + * @author Kris Wallsmith */ class AsseticExtension extends Extension { @@ -148,6 +148,6 @@ class AsseticExtension extends Extension public function getNamespace() { - return 'http://www.symfony-project.org/schema/dic/assetic'; + return 'http://symfony.com/schema/dic/assetic'; } } diff --git a/src/Symfony/Bundle/AsseticBundle/DependencyInjection/Compiler/AssetFactoryPass.php b/src/Symfony/Bundle/AsseticBundle/DependencyInjection/Compiler/AssetFactoryPass.php index 04390f1920..817349f93f 100644 --- a/src/Symfony/Bundle/AsseticBundle/DependencyInjection/Compiler/AssetFactoryPass.php +++ b/src/Symfony/Bundle/AsseticBundle/DependencyInjection/Compiler/AssetFactoryPass.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony framework. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. @@ -18,7 +18,7 @@ use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface; /** * Adds services tagged as workers to the asset factory. * - * @author Kris Wallsmith + * @author Kris Wallsmith */ class AssetFactoryPass implements CompilerPassInterface { diff --git a/src/Symfony/Bundle/AsseticBundle/DependencyInjection/Compiler/AssetManagerPass.php b/src/Symfony/Bundle/AsseticBundle/DependencyInjection/Compiler/AssetManagerPass.php index 2ecccaa7b6..22454b83af 100644 --- a/src/Symfony/Bundle/AsseticBundle/DependencyInjection/Compiler/AssetManagerPass.php +++ b/src/Symfony/Bundle/AsseticBundle/DependencyInjection/Compiler/AssetManagerPass.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony framework. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. @@ -18,7 +18,7 @@ use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface; /** * Adds services tagged as assets to the asset manager. * - * @author Kris Wallsmith + * @author Kris Wallsmith */ class AssetManagerPass implements CompilerPassInterface { diff --git a/src/Symfony/Bundle/AsseticBundle/DependencyInjection/Compiler/FilterManagerPass.php b/src/Symfony/Bundle/AsseticBundle/DependencyInjection/Compiler/FilterManagerPass.php index 653a11be70..b9c258774b 100644 --- a/src/Symfony/Bundle/AsseticBundle/DependencyInjection/Compiler/FilterManagerPass.php +++ b/src/Symfony/Bundle/AsseticBundle/DependencyInjection/Compiler/FilterManagerPass.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony framework. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. @@ -18,7 +18,7 @@ use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface; /** * Adds services tagged as filters to the filter manager. * - * @author Kris Wallsmith + * @author Kris Wallsmith */ class FilterManagerPass implements CompilerPassInterface { diff --git a/src/Symfony/Bundle/AsseticBundle/DependencyInjection/Compiler/TemplatingPass.php b/src/Symfony/Bundle/AsseticBundle/DependencyInjection/Compiler/TemplatingPass.php index 80361c867d..74dbb0fdf7 100644 --- a/src/Symfony/Bundle/AsseticBundle/DependencyInjection/Compiler/TemplatingPass.php +++ b/src/Symfony/Bundle/AsseticBundle/DependencyInjection/Compiler/TemplatingPass.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony framework. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. @@ -17,7 +17,7 @@ use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface; /** * This pass removes services associated with unused templating engines. * - * @author Kris Wallsmith + * @author Kris Wallsmith */ class TemplatingPass implements CompilerPassInterface { diff --git a/src/Symfony/Bundle/AsseticBundle/DependencyInjection/Configuration.php b/src/Symfony/Bundle/AsseticBundle/DependencyInjection/Configuration.php index 0c3af54e56..69401ff44d 100644 --- a/src/Symfony/Bundle/AsseticBundle/DependencyInjection/Configuration.php +++ b/src/Symfony/Bundle/AsseticBundle/DependencyInjection/Configuration.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Symfony/Bundle/AsseticBundle/Factory/AssetFactory.php b/src/Symfony/Bundle/AsseticBundle/Factory/AssetFactory.php index 303d255681..a4dee90030 100644 --- a/src/Symfony/Bundle/AsseticBundle/Factory/AssetFactory.php +++ b/src/Symfony/Bundle/AsseticBundle/Factory/AssetFactory.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony framework. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. @@ -17,7 +17,7 @@ use Symfony\Component\HttpKernel\KernelInterface; /** * Loads asset formulae from the filesystem. * - * @author Kris Wallsmith + * @author Kris Wallsmith */ class AssetFactory extends BaseAssetFactory { diff --git a/src/Symfony/Bundle/AsseticBundle/Factory/Loader/AsseticHelperFormulaLoader.php b/src/Symfony/Bundle/AsseticBundle/Factory/Loader/AsseticHelperFormulaLoader.php index e418a090ed..16ff629539 100644 --- a/src/Symfony/Bundle/AsseticBundle/Factory/Loader/AsseticHelperFormulaLoader.php +++ b/src/Symfony/Bundle/AsseticBundle/Factory/Loader/AsseticHelperFormulaLoader.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony framework. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. @@ -16,7 +16,7 @@ use Assetic\Factory\Loader\BasePhpFormulaLoader; /** * Loads formulae from Symfony2 PHP templates. * - * @author Kris Wallsmith + * @author Kris Wallsmith */ class AsseticHelperFormulaLoader extends BasePhpFormulaLoader { diff --git a/src/Symfony/Bundle/AsseticBundle/Factory/Resource/DirectoryResource.php b/src/Symfony/Bundle/AsseticBundle/Factory/Resource/DirectoryResource.php index 55c13bea0d..f99550734b 100644 --- a/src/Symfony/Bundle/AsseticBundle/Factory/Resource/DirectoryResource.php +++ b/src/Symfony/Bundle/AsseticBundle/Factory/Resource/DirectoryResource.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony framework. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. @@ -17,7 +17,7 @@ use Symfony\Component\Templating\Loader\LoaderInterface; /** * A directory resource that creates Symfony2 templating resources. * - * @author Kris Wallsmith + * @author Kris Wallsmith */ class DirectoryResource extends BaseDirectoryResource { diff --git a/src/Symfony/Bundle/AsseticBundle/Factory/Resource/DirectoryResourceIterator.php b/src/Symfony/Bundle/AsseticBundle/Factory/Resource/DirectoryResourceIterator.php index 9e54074e9b..e31cc7e093 100644 --- a/src/Symfony/Bundle/AsseticBundle/Factory/Resource/DirectoryResourceIterator.php +++ b/src/Symfony/Bundle/AsseticBundle/Factory/Resource/DirectoryResourceIterator.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony framework. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/Symfony/Bundle/AsseticBundle/Factory/Resource/FileResource.php b/src/Symfony/Bundle/AsseticBundle/Factory/Resource/FileResource.php index 0aa3153f8b..a06e425e03 100644 --- a/src/Symfony/Bundle/AsseticBundle/Factory/Resource/FileResource.php +++ b/src/Symfony/Bundle/AsseticBundle/Factory/Resource/FileResource.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony framework. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. @@ -18,7 +18,7 @@ use Symfony\Component\Templating\Loader\LoaderInterface; /** * A file resource. * - * @author Kris Wallsmith + * @author Kris Wallsmith */ class FileResource implements ResourceInterface { diff --git a/src/Symfony/Bundle/AsseticBundle/FilterManager.php b/src/Symfony/Bundle/AsseticBundle/FilterManager.php index c2a714bfc8..406ffbf47e 100644 --- a/src/Symfony/Bundle/AsseticBundle/FilterManager.php +++ b/src/Symfony/Bundle/AsseticBundle/FilterManager.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony framework. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. @@ -17,7 +17,7 @@ use Symfony\Component\DependencyInjection\ContainerInterface; /** * Lazy filter manager. * - * @author Kris Wallsmith + * @author Kris Wallsmith */ class FilterManager extends BaseFilterManager { diff --git a/src/Symfony/Bundle/AsseticBundle/Resources/config/asset_writer.xml b/src/Symfony/Bundle/AsseticBundle/Resources/config/asset_writer.xml index 259a6eba3f..54dbb83bc9 100644 --- a/src/Symfony/Bundle/AsseticBundle/Resources/config/asset_writer.xml +++ b/src/Symfony/Bundle/AsseticBundle/Resources/config/asset_writer.xml @@ -1,8 +1,8 @@ - + xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd"> Symfony\Bundle\AsseticBundle\CacheWarmer\AssetWriterCacheWarmer diff --git a/src/Symfony/Bundle/AsseticBundle/Resources/config/assetic.xml b/src/Symfony/Bundle/AsseticBundle/Resources/config/assetic.xml index 8682eadda5..9ff9f23cb4 100644 --- a/src/Symfony/Bundle/AsseticBundle/Resources/config/assetic.xml +++ b/src/Symfony/Bundle/AsseticBundle/Resources/config/assetic.xml @@ -1,8 +1,8 @@ - + xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd"> Symfony\Bundle\AsseticBundle\Factory\AssetFactory diff --git a/src/Symfony/Bundle/AsseticBundle/Resources/config/controller.xml b/src/Symfony/Bundle/AsseticBundle/Resources/config/controller.xml index 1b895c3734..65a65732c2 100644 --- a/src/Symfony/Bundle/AsseticBundle/Resources/config/controller.xml +++ b/src/Symfony/Bundle/AsseticBundle/Resources/config/controller.xml @@ -1,8 +1,8 @@ - + xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd"> Symfony\Bundle\AsseticBundle\Controller\AsseticController diff --git a/src/Symfony/Bundle/AsseticBundle/Resources/config/google_closure_compiler.xml b/src/Symfony/Bundle/AsseticBundle/Resources/config/google_closure_compiler.xml index 031b9f9f8f..f475b6ca78 100644 --- a/src/Symfony/Bundle/AsseticBundle/Resources/config/google_closure_compiler.xml +++ b/src/Symfony/Bundle/AsseticBundle/Resources/config/google_closure_compiler.xml @@ -1,8 +1,8 @@ - + xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd"> diff --git a/src/Symfony/Bundle/AsseticBundle/Resources/config/schema/assetic-1.0.xsd b/src/Symfony/Bundle/AsseticBundle/Resources/config/schema/assetic-1.0.xsd index 3f964f68e0..3979686e78 100644 --- a/src/Symfony/Bundle/AsseticBundle/Resources/config/schema/assetic-1.0.xsd +++ b/src/Symfony/Bundle/AsseticBundle/Resources/config/schema/assetic-1.0.xsd @@ -1,8 +1,8 @@ - diff --git a/src/Symfony/Bundle/AsseticBundle/Resources/config/templating_php.xml b/src/Symfony/Bundle/AsseticBundle/Resources/config/templating_php.xml index 6122725ad4..ba344cab0e 100644 --- a/src/Symfony/Bundle/AsseticBundle/Resources/config/templating_php.xml +++ b/src/Symfony/Bundle/AsseticBundle/Resources/config/templating_php.xml @@ -1,8 +1,8 @@ - + xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd"> Symfony\Bundle\AsseticBundle\Templating\AsseticHelper diff --git a/src/Symfony/Bundle/AsseticBundle/Resources/config/templating_twig.xml b/src/Symfony/Bundle/AsseticBundle/Resources/config/templating_twig.xml index e5f8ec9030..b1a497d7b5 100644 --- a/src/Symfony/Bundle/AsseticBundle/Resources/config/templating_twig.xml +++ b/src/Symfony/Bundle/AsseticBundle/Resources/config/templating_twig.xml @@ -1,8 +1,8 @@ - + xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd"> Symfony\Bundle\AsseticBundle\Twig\DynamicExtension diff --git a/src/Symfony/Bundle/AsseticBundle/Resources/config/yui_compressor.xml b/src/Symfony/Bundle/AsseticBundle/Resources/config/yui_compressor.xml index 07ba56dcfa..38c55b03b4 100644 --- a/src/Symfony/Bundle/AsseticBundle/Resources/config/yui_compressor.xml +++ b/src/Symfony/Bundle/AsseticBundle/Resources/config/yui_compressor.xml @@ -1,8 +1,8 @@ - + xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd"> Assetic\Filter\Yui\CssCompressorFilter diff --git a/src/Symfony/Bundle/AsseticBundle/Routing/AsseticLoader.php b/src/Symfony/Bundle/AsseticBundle/Routing/AsseticLoader.php index 0c5e53155e..763ef31be4 100644 --- a/src/Symfony/Bundle/AsseticBundle/Routing/AsseticLoader.php +++ b/src/Symfony/Bundle/AsseticBundle/Routing/AsseticLoader.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony framework. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. @@ -32,7 +32,7 @@ use Symfony\Component\Routing\RouteCollection; * In a production environment you should use the `assetic:dump` command to * create static asset files. * - * @author Kris Wallsmith + * @author Kris Wallsmith */ class AsseticLoader extends Loader { diff --git a/src/Symfony/Bundle/AsseticBundle/Templating/AsseticHelper.php b/src/Symfony/Bundle/AsseticBundle/Templating/AsseticHelper.php index 3c9a6dcd02..626b1b697a 100644 --- a/src/Symfony/Bundle/AsseticBundle/Templating/AsseticHelper.php +++ b/src/Symfony/Bundle/AsseticBundle/Templating/AsseticHelper.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony framework. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. @@ -17,7 +17,7 @@ use Symfony\Component\Templating\Helper\Helper; /** * The "assetic" templating helper. * - * @author Kris Wallsmith + * @author Kris Wallsmith */ class AsseticHelper extends Helper { diff --git a/src/Symfony/Bundle/AsseticBundle/Templating/FormulaLoader.php b/src/Symfony/Bundle/AsseticBundle/Templating/FormulaLoader.php index 05bc53f531..ad2b2d562b 100644 --- a/src/Symfony/Bundle/AsseticBundle/Templating/FormulaLoader.php +++ b/src/Symfony/Bundle/AsseticBundle/Templating/FormulaLoader.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony framework. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. @@ -17,7 +17,7 @@ use Assetic\Factory\Resource\ResourceInterface; /** * Loads formulae from PHP templates. * - * @author Kris Wallsmith + * @author Kris Wallsmith */ class FormulaLoader implements FormulaLoaderInterface { diff --git a/src/Symfony/Bundle/AsseticBundle/Tests/CacheWarmer/AssetManagerCacheWarmerTest.php b/src/Symfony/Bundle/AsseticBundle/Tests/CacheWarmer/AssetManagerCacheWarmerTest.php index a82332ebf2..65b14bff26 100644 --- a/src/Symfony/Bundle/AsseticBundle/Tests/CacheWarmer/AssetManagerCacheWarmerTest.php +++ b/src/Symfony/Bundle/AsseticBundle/Tests/CacheWarmer/AssetManagerCacheWarmerTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony framework. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/Symfony/Bundle/AsseticBundle/Tests/CacheWarmer/AssetWriterCacheWarmerTest.php b/src/Symfony/Bundle/AsseticBundle/Tests/CacheWarmer/AssetWriterCacheWarmerTest.php index 0fd68e1342..f99cdd5a2a 100644 --- a/src/Symfony/Bundle/AsseticBundle/Tests/CacheWarmer/AssetWriterCacheWarmerTest.php +++ b/src/Symfony/Bundle/AsseticBundle/Tests/CacheWarmer/AssetWriterCacheWarmerTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony framework. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/Symfony/Bundle/AsseticBundle/Tests/Controller/AsseticControllerTest.php b/src/Symfony/Bundle/AsseticBundle/Tests/Controller/AsseticControllerTest.php index fa11ed1141..5fb058e5ac 100644 --- a/src/Symfony/Bundle/AsseticBundle/Tests/Controller/AsseticControllerTest.php +++ b/src/Symfony/Bundle/AsseticBundle/Tests/Controller/AsseticControllerTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony framework. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/Symfony/Bundle/AsseticBundle/Tests/DependencyInjection/AsseticExtensionTest.php b/src/Symfony/Bundle/AsseticBundle/Tests/DependencyInjection/AsseticExtensionTest.php index 3bef5cdf66..68dfe66f86 100644 --- a/src/Symfony/Bundle/AsseticBundle/Tests/DependencyInjection/AsseticExtensionTest.php +++ b/src/Symfony/Bundle/AsseticBundle/Tests/DependencyInjection/AsseticExtensionTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony framework. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/Symfony/Bundle/AsseticBundle/Tests/Factory/AssetFactoryTest.php b/src/Symfony/Bundle/AsseticBundle/Tests/Factory/AssetFactoryTest.php index 02cc8b622c..b7fa23d09d 100644 --- a/src/Symfony/Bundle/AsseticBundle/Tests/Factory/AssetFactoryTest.php +++ b/src/Symfony/Bundle/AsseticBundle/Tests/Factory/AssetFactoryTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony framework. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/Symfony/Bundle/AsseticBundle/Tests/FilterManagerTest.php b/src/Symfony/Bundle/AsseticBundle/Tests/FilterManagerTest.php index 385ae37588..9ef67fb12b 100644 --- a/src/Symfony/Bundle/AsseticBundle/Tests/FilterManagerTest.php +++ b/src/Symfony/Bundle/AsseticBundle/Tests/FilterManagerTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony framework. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/Symfony/Bundle/AsseticBundle/Tests/FunctionalTest.php b/src/Symfony/Bundle/AsseticBundle/Tests/FunctionalTest.php index c16bb94c2f..8ab0249612 100644 --- a/src/Symfony/Bundle/AsseticBundle/Tests/FunctionalTest.php +++ b/src/Symfony/Bundle/AsseticBundle/Tests/FunctionalTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony framework. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/Symfony/Bundle/AsseticBundle/Tests/Templating/AsseticHelperTest.php b/src/Symfony/Bundle/AsseticBundle/Tests/Templating/AsseticHelperTest.php index 6047feb758..95a339f8a6 100644 --- a/src/Symfony/Bundle/AsseticBundle/Tests/Templating/AsseticHelperTest.php +++ b/src/Symfony/Bundle/AsseticBundle/Tests/Templating/AsseticHelperTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony framework. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/Symfony/Bundle/AsseticBundle/Tests/TestBundle/TestBundle.php b/src/Symfony/Bundle/AsseticBundle/Tests/TestBundle/TestBundle.php index 414cea166c..89564c2b0f 100644 --- a/src/Symfony/Bundle/AsseticBundle/Tests/TestBundle/TestBundle.php +++ b/src/Symfony/Bundle/AsseticBundle/Tests/TestBundle/TestBundle.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony framework. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/Symfony/Bundle/AsseticBundle/Tests/TestKernel.php b/src/Symfony/Bundle/AsseticBundle/Tests/TestKernel.php index 319bc9e9d6..1edf55d9d6 100644 --- a/src/Symfony/Bundle/AsseticBundle/Tests/TestKernel.php +++ b/src/Symfony/Bundle/AsseticBundle/Tests/TestKernel.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony framework. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/Symfony/Bundle/AsseticBundle/Twig/DynamicExtension.php b/src/Symfony/Bundle/AsseticBundle/Twig/DynamicExtension.php index 5d422b1631..db3935a419 100644 --- a/src/Symfony/Bundle/AsseticBundle/Twig/DynamicExtension.php +++ b/src/Symfony/Bundle/AsseticBundle/Twig/DynamicExtension.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony framework. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. @@ -17,7 +17,7 @@ use Assetic\Factory\AssetFactory; /** * Assetic integration. * - * @author Kris Wallsmith + * @author Kris Wallsmith */ class DynamicExtension extends AsseticExtension { diff --git a/src/Symfony/Bundle/AsseticBundle/Twig/DynamicNode.php b/src/Symfony/Bundle/AsseticBundle/Twig/DynamicNode.php index 6031f07e4c..af39577401 100644 --- a/src/Symfony/Bundle/AsseticBundle/Twig/DynamicNode.php +++ b/src/Symfony/Bundle/AsseticBundle/Twig/DynamicNode.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony framework. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. @@ -16,7 +16,7 @@ use Assetic\Extension\Twig\AsseticNode; /** * The "dynamic" node uses a controller to render assets. * - * @author Kris Wallsmith + * @author Kris Wallsmith */ class DynamicNode extends AsseticNode { diff --git a/src/Symfony/Bundle/AsseticBundle/Twig/DynamicTokenParser.php b/src/Symfony/Bundle/AsseticBundle/Twig/DynamicTokenParser.php index 84619939e6..3281c4eec9 100644 --- a/src/Symfony/Bundle/AsseticBundle/Twig/DynamicTokenParser.php +++ b/src/Symfony/Bundle/AsseticBundle/Twig/DynamicTokenParser.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony framework. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. @@ -16,7 +16,7 @@ use Assetic\Extension\Twig\AsseticTokenParser; /** * Parses the {% assets %} tag. * - * @author Kris Wallsmith + * @author Kris Wallsmith */ class DynamicTokenParser extends AsseticTokenParser { diff --git a/src/Symfony/Bundle/AsseticBundle/Twig/StaticExtension.php b/src/Symfony/Bundle/AsseticBundle/Twig/StaticExtension.php index 23b2fb2967..6f09913064 100644 --- a/src/Symfony/Bundle/AsseticBundle/Twig/StaticExtension.php +++ b/src/Symfony/Bundle/AsseticBundle/Twig/StaticExtension.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony framework. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. @@ -17,7 +17,7 @@ use Assetic\Factory\AssetFactory; /** * Assetic integration. * - * @author Kris Wallsmith + * @author Kris Wallsmith */ class StaticExtension extends AsseticExtension { diff --git a/src/Symfony/Bundle/AsseticBundle/Twig/StaticNode.php b/src/Symfony/Bundle/AsseticBundle/Twig/StaticNode.php index 2bd14576c2..16c056bb01 100644 --- a/src/Symfony/Bundle/AsseticBundle/Twig/StaticNode.php +++ b/src/Symfony/Bundle/AsseticBundle/Twig/StaticNode.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony framework. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. @@ -16,7 +16,7 @@ use Assetic\Extension\Twig\AsseticNode; /** * The "static" node references a file in the web directory. * - * @author Kris Wallsmith + * @author Kris Wallsmith */ class StaticNode extends AsseticNode { diff --git a/src/Symfony/Bundle/AsseticBundle/Twig/StaticTokenParser.php b/src/Symfony/Bundle/AsseticBundle/Twig/StaticTokenParser.php index 35f1ed43b2..ecfff88bb9 100644 --- a/src/Symfony/Bundle/AsseticBundle/Twig/StaticTokenParser.php +++ b/src/Symfony/Bundle/AsseticBundle/Twig/StaticTokenParser.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony framework. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. @@ -16,7 +16,7 @@ use Assetic\Extension\Twig\AsseticTokenParser; /** * Parses the {% assets %} tag. * - * @author Kris Wallsmith + * @author Kris Wallsmith */ class StaticTokenParser extends AsseticTokenParser { diff --git a/src/Symfony/Bundle/DoctrineAbstractBundle/DependencyInjection/AbstractDoctrineExtension.php b/src/Symfony/Bundle/DoctrineAbstractBundle/DependencyInjection/AbstractDoctrineExtension.php index 641129091f..de725e76be 100644 --- a/src/Symfony/Bundle/DoctrineAbstractBundle/DependencyInjection/AbstractDoctrineExtension.php +++ b/src/Symfony/Bundle/DoctrineAbstractBundle/DependencyInjection/AbstractDoctrineExtension.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Symfony/Bundle/DoctrineBundle/CacheWarmer/ProxyCacheWarmer.php b/src/Symfony/Bundle/DoctrineBundle/CacheWarmer/ProxyCacheWarmer.php index b67c941ca8..8abc28d493 100644 --- a/src/Symfony/Bundle/DoctrineBundle/CacheWarmer/ProxyCacheWarmer.php +++ b/src/Symfony/Bundle/DoctrineBundle/CacheWarmer/ProxyCacheWarmer.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Symfony/Bundle/DoctrineBundle/Command/ClearMetadataCacheDoctrineCommand.php b/src/Symfony/Bundle/DoctrineBundle/Command/ClearMetadataCacheDoctrineCommand.php index 4349e0b0ce..2c550ee602 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Command/ClearMetadataCacheDoctrineCommand.php +++ b/src/Symfony/Bundle/DoctrineBundle/Command/ClearMetadataCacheDoctrineCommand.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -19,7 +19,7 @@ use Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand; /** * Command to clear the metadata cache of the various cache drivers. * - * @author Fabien Potencier + * @author Fabien Potencier * @author Jonathan H. Wage */ class ClearMetadataCacheDoctrineCommand extends MetadataCommand diff --git a/src/Symfony/Bundle/DoctrineBundle/Command/ClearQueryCacheDoctrineCommand.php b/src/Symfony/Bundle/DoctrineBundle/Command/ClearQueryCacheDoctrineCommand.php index 20885f8dba..9137c4ac16 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Command/ClearQueryCacheDoctrineCommand.php +++ b/src/Symfony/Bundle/DoctrineBundle/Command/ClearQueryCacheDoctrineCommand.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -19,7 +19,7 @@ use Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand; /** * Command to clear the query cache of the various cache drivers. * - * @author Fabien Potencier + * @author Fabien Potencier * @author Jonathan H. Wage */ class ClearQueryCacheDoctrineCommand extends QueryCommand diff --git a/src/Symfony/Bundle/DoctrineBundle/Command/ClearResultCacheDoctrineCommand.php b/src/Symfony/Bundle/DoctrineBundle/Command/ClearResultCacheDoctrineCommand.php index 01c1cdca87..09ade0db06 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Command/ClearResultCacheDoctrineCommand.php +++ b/src/Symfony/Bundle/DoctrineBundle/Command/ClearResultCacheDoctrineCommand.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -19,7 +19,7 @@ use Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand; /** * Command to clear the result cache of the various cache drivers. * - * @author Fabien Potencier + * @author Fabien Potencier * @author Jonathan H. Wage */ class ClearResultCacheDoctrineCommand extends ResultCommand diff --git a/src/Symfony/Bundle/DoctrineBundle/Command/ConvertMappingDoctrineCommand.php b/src/Symfony/Bundle/DoctrineBundle/Command/ConvertMappingDoctrineCommand.php index f5330992e5..d7976bb741 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Command/ConvertMappingDoctrineCommand.php +++ b/src/Symfony/Bundle/DoctrineBundle/Command/ConvertMappingDoctrineCommand.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -22,7 +22,7 @@ use Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand; * Convert Doctrine ORM metadata mapping information between the various supported * formats. * - * @author Fabien Potencier + * @author Fabien Potencier * @author Jonathan H. Wage */ class ConvertMappingDoctrineCommand extends ConvertMappingCommand diff --git a/src/Symfony/Bundle/DoctrineBundle/Command/CreateDatabaseDoctrineCommand.php b/src/Symfony/Bundle/DoctrineBundle/Command/CreateDatabaseDoctrineCommand.php index 2a10fb6f51..4744340d9f 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Command/CreateDatabaseDoctrineCommand.php +++ b/src/Symfony/Bundle/DoctrineBundle/Command/CreateDatabaseDoctrineCommand.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -22,7 +22,7 @@ use Doctrine\DBAL\Connection; /** * Database tool allows you to easily drop and create your configured databases. * - * @author Fabien Potencier + * @author Fabien Potencier * @author Jonathan H. Wage */ class CreateDatabaseDoctrineCommand extends DoctrineCommand diff --git a/src/Symfony/Bundle/DoctrineBundle/Command/CreateSchemaDoctrineCommand.php b/src/Symfony/Bundle/DoctrineBundle/Command/CreateSchemaDoctrineCommand.php index d568fa1e04..4260a83e57 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Command/CreateSchemaDoctrineCommand.php +++ b/src/Symfony/Bundle/DoctrineBundle/Command/CreateSchemaDoctrineCommand.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -21,7 +21,7 @@ use Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand; /** * Command to create the database schema for a set of classes based on their mappings. * - * @author Fabien Potencier + * @author Fabien Potencier * @author Jonathan H. Wage */ class CreateSchemaDoctrineCommand extends CreateCommand diff --git a/src/Symfony/Bundle/DoctrineBundle/Command/DoctrineCommand.php b/src/Symfony/Bundle/DoctrineBundle/Command/DoctrineCommand.php index d045eba07e..194b3a3db6 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Command/DoctrineCommand.php +++ b/src/Symfony/Bundle/DoctrineBundle/Command/DoctrineCommand.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -33,7 +33,7 @@ use Doctrine\ORM\Tools\EntityGenerator; * Provides some helper and convenience methods to configure doctrine commands in the context of bundles * and multiple connections/entity managers. * - * @author Fabien Potencier + * @author Fabien Potencier */ abstract class DoctrineCommand extends Command { diff --git a/src/Symfony/Bundle/DoctrineBundle/Command/DropDatabaseDoctrineCommand.php b/src/Symfony/Bundle/DoctrineBundle/Command/DropDatabaseDoctrineCommand.php index aded02aa94..02f530dbd9 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Command/DropDatabaseDoctrineCommand.php +++ b/src/Symfony/Bundle/DoctrineBundle/Command/DropDatabaseDoctrineCommand.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -22,7 +22,7 @@ use Doctrine\DBAL\Connection; /** * Database tool allows you to easily drop and create your configured databases. * - * @author Fabien Potencier + * @author Fabien Potencier * @author Jonathan H. Wage */ class DropDatabaseDoctrineCommand extends DoctrineCommand diff --git a/src/Symfony/Bundle/DoctrineBundle/Command/DropSchemaDoctrineCommand.php b/src/Symfony/Bundle/DoctrineBundle/Command/DropSchemaDoctrineCommand.php index 2ca47f64dc..87a851e25a 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Command/DropSchemaDoctrineCommand.php +++ b/src/Symfony/Bundle/DoctrineBundle/Command/DropSchemaDoctrineCommand.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -21,7 +21,7 @@ use Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand; /** * Command to drop the database schema for a set of classes based on their mappings. * - * @author Fabien Potencier + * @author Fabien Potencier * @author Jonathan H. Wage */ class DropSchemaDoctrineCommand extends DropCommand diff --git a/src/Symfony/Bundle/DoctrineBundle/Command/EnsureProductionSettingsDoctrineCommand.php b/src/Symfony/Bundle/DoctrineBundle/Command/EnsureProductionSettingsDoctrineCommand.php index 33163ddf4c..1c21842d48 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Command/EnsureProductionSettingsDoctrineCommand.php +++ b/src/Symfony/Bundle/DoctrineBundle/Command/EnsureProductionSettingsDoctrineCommand.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -21,7 +21,7 @@ use Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand; /** * Ensure the Doctrine ORM is configured properly for a production environment. * - * @author Fabien Potencier + * @author Fabien Potencier * @author Jonathan H. Wage */ class EnsureProductionSettingsDoctrineCommand extends EnsureProductionSettingsCommand diff --git a/src/Symfony/Bundle/DoctrineBundle/Command/GenerateEntitiesDoctrineCommand.php b/src/Symfony/Bundle/DoctrineBundle/Command/GenerateEntitiesDoctrineCommand.php index c78b10a00f..ea1158228a 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Command/GenerateEntitiesDoctrineCommand.php +++ b/src/Symfony/Bundle/DoctrineBundle/Command/GenerateEntitiesDoctrineCommand.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -20,7 +20,7 @@ use Symfony\Component\Console\Output\Output; /** * Generate entity classes from mapping information * - * @author Fabien Potencier + * @author Fabien Potencier * @author Jonathan H. Wage */ class GenerateEntitiesDoctrineCommand extends DoctrineCommand diff --git a/src/Symfony/Bundle/DoctrineBundle/Command/GenerateEntityDoctrineCommand.php b/src/Symfony/Bundle/DoctrineBundle/Command/GenerateEntityDoctrineCommand.php index 91219e449a..cb7ae668de 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Command/GenerateEntityDoctrineCommand.php +++ b/src/Symfony/Bundle/DoctrineBundle/Command/GenerateEntityDoctrineCommand.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -23,7 +23,7 @@ use Doctrine\ORM\Mapping\ClassMetadataInfo; /** * Initialize a new Doctrine entity inside a bundle. * - * @author Fabien Potencier + * @author Fabien Potencier * @author Jonathan H. Wage */ class GenerateEntityDoctrineCommand extends DoctrineCommand diff --git a/src/Symfony/Bundle/DoctrineBundle/Command/GenerateProxiesDoctrineCommand.php b/src/Symfony/Bundle/DoctrineBundle/Command/GenerateProxiesDoctrineCommand.php index ce464f2bbb..92dda60dfe 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Command/GenerateProxiesDoctrineCommand.php +++ b/src/Symfony/Bundle/DoctrineBundle/Command/GenerateProxiesDoctrineCommand.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -21,7 +21,7 @@ use Doctrine\ORM\Tools\Console\Command\GenerateProxiesCommand; /** * Generate the Doctrine ORM entity proxies to your cache directory. * - * @author Fabien Potencier + * @author Fabien Potencier * @author Jonathan H. Wage */ class GenerateProxiesDoctrineCommand extends GenerateProxiesCommand diff --git a/src/Symfony/Bundle/DoctrineBundle/Command/GenerateRepositoriesDoctrineCommand.php b/src/Symfony/Bundle/DoctrineBundle/Command/GenerateRepositoriesDoctrineCommand.php index 7877de430f..a3882e2fa2 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Command/GenerateRepositoriesDoctrineCommand.php +++ b/src/Symfony/Bundle/DoctrineBundle/Command/GenerateRepositoriesDoctrineCommand.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -21,7 +21,7 @@ use Doctrine\ORM\Tools\EntityRepositoryGenerator; /** * Command to generate repository classes for mapping information. * - * @author Fabien Potencier + * @author Fabien Potencier * @author Jonathan H. Wage */ class GenerateRepositoriesDoctrineCommand extends DoctrineCommand diff --git a/src/Symfony/Bundle/DoctrineBundle/Command/ImportMappingDoctrineCommand.php b/src/Symfony/Bundle/DoctrineBundle/Command/ImportMappingDoctrineCommand.php index 39e8b5208d..808052e8de 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Command/ImportMappingDoctrineCommand.php +++ b/src/Symfony/Bundle/DoctrineBundle/Command/ImportMappingDoctrineCommand.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -26,7 +26,7 @@ use Doctrine\ORM\Tools\Export\ClassMetadataExporter; /** * Import Doctrine ORM metadata mapping information from an existing database. * - * @author Fabien Potencier + * @author Fabien Potencier * @author Jonathan H. Wage */ class ImportMappingDoctrineCommand extends DoctrineCommand diff --git a/src/Symfony/Bundle/DoctrineBundle/Command/InfoDoctrineCommand.php b/src/Symfony/Bundle/DoctrineBundle/Command/InfoDoctrineCommand.php index 2026ba1d0f..70084e0770 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Command/InfoDoctrineCommand.php +++ b/src/Symfony/Bundle/DoctrineBundle/Command/InfoDoctrineCommand.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Symfony/Bundle/DoctrineBundle/Command/LoadDataFixturesDoctrineCommand.php b/src/Symfony/Bundle/DoctrineBundle/Command/LoadDataFixturesDoctrineCommand.php index fac3157245..bb1ddf0ef8 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Command/LoadDataFixturesDoctrineCommand.php +++ b/src/Symfony/Bundle/DoctrineBundle/Command/LoadDataFixturesDoctrineCommand.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -28,7 +28,7 @@ use Doctrine\ORM\Mapping\ClassMetadata; /** * Load data fixtures from bundles. * - * @author Fabien Potencier + * @author Fabien Potencier * @author Jonathan H. Wage */ class LoadDataFixturesDoctrineCommand extends DoctrineCommand diff --git a/src/Symfony/Bundle/DoctrineBundle/Command/RunDqlDoctrineCommand.php b/src/Symfony/Bundle/DoctrineBundle/Command/RunDqlDoctrineCommand.php index a305f02bf5..8561877741 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Command/RunDqlDoctrineCommand.php +++ b/src/Symfony/Bundle/DoctrineBundle/Command/RunDqlDoctrineCommand.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -21,7 +21,7 @@ use Doctrine\ORM\Tools\Console\Command\RunDqlCommand; /** * Execute a Doctrine DQL query and output the results. * - * @author Fabien Potencier + * @author Fabien Potencier * @author Jonathan H. Wage */ class RunDqlDoctrineCommand extends RunDqlCommand diff --git a/src/Symfony/Bundle/DoctrineBundle/Command/RunSqlDoctrineCommand.php b/src/Symfony/Bundle/DoctrineBundle/Command/RunSqlDoctrineCommand.php index 9987e071d1..f190b3c9fe 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Command/RunSqlDoctrineCommand.php +++ b/src/Symfony/Bundle/DoctrineBundle/Command/RunSqlDoctrineCommand.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -21,7 +21,7 @@ use Doctrine\DBAL\Tools\Console\Command\RunSqlCommand; /** * Execute a SQL query and output the results. * - * @author Fabien Potencier + * @author Fabien Potencier * @author Jonathan H. Wage */ class RunSqlDoctrineCommand extends RunSqlCommand diff --git a/src/Symfony/Bundle/DoctrineBundle/Command/UpdateSchemaDoctrineCommand.php b/src/Symfony/Bundle/DoctrineBundle/Command/UpdateSchemaDoctrineCommand.php index 25f789de5e..f0e9fe09a0 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Command/UpdateSchemaDoctrineCommand.php +++ b/src/Symfony/Bundle/DoctrineBundle/Command/UpdateSchemaDoctrineCommand.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -21,7 +21,7 @@ use Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand; /** * Command to update the database schema for a set of classes based on their mappings. * - * @author Fabien Potencier + * @author Fabien Potencier * @author Jonathan H. Wage */ class UpdateSchemaDoctrineCommand extends UpdateCommand diff --git a/src/Symfony/Bundle/DoctrineBundle/ConnectionFactory.php b/src/Symfony/Bundle/DoctrineBundle/ConnectionFactory.php index cb8c2df289..6f265f405c 100644 --- a/src/Symfony/Bundle/DoctrineBundle/ConnectionFactory.php +++ b/src/Symfony/Bundle/DoctrineBundle/ConnectionFactory.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony framework. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/Symfony/Bundle/DoctrineBundle/DataCollector/DoctrineDataCollector.php b/src/Symfony/Bundle/DoctrineBundle/DataCollector/DoctrineDataCollector.php index e2fa802ab7..9a8371f09b 100644 --- a/src/Symfony/Bundle/DoctrineBundle/DataCollector/DoctrineDataCollector.php +++ b/src/Symfony/Bundle/DoctrineBundle/DataCollector/DoctrineDataCollector.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -19,7 +19,7 @@ use Symfony\Bundle\DoctrineBundle\Logger\DbalLogger; /** * DoctrineDataCollector. * - * @author Fabien Potencier + * @author Fabien Potencier */ class DoctrineDataCollector extends DataCollector { diff --git a/src/Symfony/Bundle/DoctrineBundle/DependencyInjection/DoctrineExtension.php b/src/Symfony/Bundle/DoctrineBundle/DependencyInjection/DoctrineExtension.php index 53a0c12a1e..bb47cb867f 100755 --- a/src/Symfony/Bundle/DoctrineBundle/DependencyInjection/DoctrineExtension.php +++ b/src/Symfony/Bundle/DoctrineBundle/DependencyInjection/DoctrineExtension.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -25,7 +25,7 @@ use Symfony\Component\Config\FileLocator; * DoctrineExtension is an extension for the Doctrine DBAL and ORM library. * * @author Jonathan H. Wage - * @author Fabien Potencier + * @author Fabien Potencier * @author Benjamin Eberlei */ class DoctrineExtension extends AbstractDoctrineExtension @@ -574,6 +574,6 @@ class DoctrineExtension extends AbstractDoctrineExtension */ public function getNamespace() { - return 'http://www.symfony-project.org/schema/dic/doctrine'; + return 'http://symfony.com/schema/dic/doctrine'; } } diff --git a/src/Symfony/Bundle/DoctrineBundle/DoctrineBundle.php b/src/Symfony/Bundle/DoctrineBundle/DoctrineBundle.php index 38e61b1f26..29c4587bdb 100644 --- a/src/Symfony/Bundle/DoctrineBundle/DoctrineBundle.php +++ b/src/Symfony/Bundle/DoctrineBundle/DoctrineBundle.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -20,7 +20,7 @@ use Symfony\Component\HttpKernel\Bundle\Bundle; /** * Bundle. * - * @author Fabien Potencier + * @author Fabien Potencier * @author Jonathan H. Wage */ class DoctrineBundle extends Bundle diff --git a/src/Symfony/Bundle/DoctrineBundle/Logger/DbalLogger.php b/src/Symfony/Bundle/DoctrineBundle/Logger/DbalLogger.php index 08eb0368e7..9373780019 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Logger/DbalLogger.php +++ b/src/Symfony/Bundle/DoctrineBundle/Logger/DbalLogger.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -17,7 +17,7 @@ use Doctrine\DBAL\Logging\DebugStack; /** * DbalLogger. * - * @author Fabien Potencier + * @author Fabien Potencier */ class DbalLogger extends DebugStack { diff --git a/src/Symfony/Bundle/DoctrineBundle/Resources/config/dbal.xml b/src/Symfony/Bundle/DoctrineBundle/Resources/config/dbal.xml index e72d8a10d4..9f054435a4 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Resources/config/dbal.xml +++ b/src/Symfony/Bundle/DoctrineBundle/Resources/config/dbal.xml @@ -1,8 +1,8 @@ - + xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd"> default diff --git a/src/Symfony/Bundle/DoctrineBundle/Resources/config/orm.xml b/src/Symfony/Bundle/DoctrineBundle/Resources/config/orm.xml index 7c0ef382ea..2e2989e50f 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Resources/config/orm.xml +++ b/src/Symfony/Bundle/DoctrineBundle/Resources/config/orm.xml @@ -1,8 +1,8 @@ - + xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd"> default diff --git a/src/Symfony/Bundle/DoctrineBundle/Resources/config/schema/doctrine-1.0.xsd b/src/Symfony/Bundle/DoctrineBundle/Resources/config/schema/doctrine-1.0.xsd index 37e9d3eb4c..da8b103943 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Resources/config/schema/doctrine-1.0.xsd +++ b/src/Symfony/Bundle/DoctrineBundle/Resources/config/schema/doctrine-1.0.xsd @@ -1,8 +1,8 @@ - diff --git a/src/Symfony/Bundle/DoctrineBundle/Tests/CacheWarmer/ProxyCacheWarmerTest.php b/src/Symfony/Bundle/DoctrineBundle/Tests/CacheWarmer/ProxyCacheWarmerTest.php index af38a3f831..be66d759dc 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Tests/CacheWarmer/ProxyCacheWarmerTest.php +++ b/src/Symfony/Bundle/DoctrineBundle/Tests/CacheWarmer/ProxyCacheWarmerTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Symfony/Bundle/DoctrineBundle/Tests/Command/DoctrineCommandTest.php b/src/Symfony/Bundle/DoctrineBundle/Tests/Command/DoctrineCommandTest.php index 5f6c07bc25..e6b5af5e32 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Tests/Command/DoctrineCommandTest.php +++ b/src/Symfony/Bundle/DoctrineBundle/Tests/Command/DoctrineCommandTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony framework. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/Symfony/Bundle/DoctrineBundle/Tests/ContainerTest.php b/src/Symfony/Bundle/DoctrineBundle/Tests/ContainerTest.php index 25ec931a17..30308aafc1 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Tests/ContainerTest.php +++ b/src/Symfony/Bundle/DoctrineBundle/Tests/ContainerTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/AbstractDoctrineExtensionTest.php b/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/AbstractDoctrineExtensionTest.php index 2ce0dff1ec..9b3c8d4194 100755 --- a/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/AbstractDoctrineExtensionTest.php +++ b/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/AbstractDoctrineExtensionTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/config/xml/dbal_service_multiple_connections.xml b/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/config/xml/dbal_service_multiple_connections.xml index d14e032bc7..f1c1edfb47 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/config/xml/dbal_service_multiple_connections.xml +++ b/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/config/xml/dbal_service_multiple_connections.xml @@ -1,10 +1,10 @@ - + xmlns:srv="http://symfony.com/schema/dic/services" + xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/doctrine http://symfony.com/schema/dic/doctrine/doctrine-1.0.xsd"> diff --git a/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/config/xml/dbal_service_single_connection.xml b/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/config/xml/dbal_service_single_connection.xml index 65b1de2407..9fff660687 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/config/xml/dbal_service_single_connection.xml +++ b/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/config/xml/dbal_service_single_connection.xml @@ -1,10 +1,10 @@ - + xmlns:srv="http://symfony.com/schema/dic/services" + xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/doctrine http://symfony.com/schema/dic/doctrine/doctrine-1.0.xsd"> diff --git a/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/config/xml/dbal_types.xml b/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/config/xml/dbal_types.xml index 8ab1489e34..9593a8a803 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/config/xml/dbal_types.xml +++ b/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/config/xml/dbal_types.xml @@ -1,10 +1,10 @@ - + xmlns:srv="http://symfony.com/schema/dic/services" + xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/doctrine http://symfony.com/schema/dic/doctrine/doctrine-1.0.xsd"> diff --git a/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/config/xml/orm_imports.xml b/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/config/xml/orm_imports.xml index 90e741df47..20e9b25a2b 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/config/xml/orm_imports.xml +++ b/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/config/xml/orm_imports.xml @@ -1,10 +1,10 @@ - + xmlns:srv="http://symfony.com/schema/dic/services" + xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/doctrine http://symfony.com/schema/dic/doctrine/doctrine-1.0.xsd"> diff --git a/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/config/xml/orm_imports_import.xml b/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/config/xml/orm_imports_import.xml index 44fb7cac50..e8f6e95fa5 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/config/xml/orm_imports_import.xml +++ b/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/config/xml/orm_imports_import.xml @@ -1,10 +1,10 @@ - + xmlns:srv="http://symfony.com/schema/dic/services" + xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/doctrine http://symfony.com/schema/dic/doctrine/doctrine-1.0.xsd"> - + xmlns:srv="http://symfony.com/schema/dic/services" + xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/doctrine http://symfony.com/schema/dic/doctrine/doctrine-1.0.xsd"> diff --git a/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/config/xml/orm_service_multiple_entity_managers.xml b/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/config/xml/orm_service_multiple_entity_managers.xml index 603bb11f07..3eff826f68 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/config/xml/orm_service_multiple_entity_managers.xml +++ b/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/config/xml/orm_service_multiple_entity_managers.xml @@ -1,10 +1,10 @@ - + xmlns:srv="http://symfony.com/schema/dic/services" + xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/doctrine http://symfony.com/schema/dic/doctrine/doctrine-1.0.xsd"> Proxies diff --git a/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/config/xml/orm_service_simple_single_entity_manager.xml b/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/config/xml/orm_service_simple_single_entity_manager.xml index 4c808e15dc..274b5801ef 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/config/xml/orm_service_simple_single_entity_manager.xml +++ b/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/config/xml/orm_service_simple_single_entity_manager.xml @@ -1,10 +1,10 @@ - + xmlns:srv="http://symfony.com/schema/dic/services" + xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/doctrine http://symfony.com/schema/dic/doctrine/doctrine-1.0.xsd"> diff --git a/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/config/xml/orm_service_single_entity_manager.xml b/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/config/xml/orm_service_single_entity_manager.xml index ededf27444..eadd397673 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/config/xml/orm_service_single_entity_manager.xml +++ b/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/config/xml/orm_service_single_entity_manager.xml @@ -1,10 +1,10 @@ - + xmlns:srv="http://symfony.com/schema/dic/services" + xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/doctrine http://symfony.com/schema/dic/doctrine/doctrine-1.0.xsd"> Proxies diff --git a/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/config/xml/orm_single_em_bundle_mappings.xml b/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/config/xml/orm_single_em_bundle_mappings.xml index 425f325d7c..42e5934dbb 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/config/xml/orm_single_em_bundle_mappings.xml +++ b/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/Fixtures/config/xml/orm_single_em_bundle_mappings.xml @@ -1,10 +1,10 @@ - + xmlns:srv="http://symfony.com/schema/dic/services" + xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/doctrine http://symfony.com/schema/dic/doctrine/doctrine-1.0.xsd"> diff --git a/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/TestType.php b/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/TestType.php index ca4412acf9..c9ad8e7f5b 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/TestType.php +++ b/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/TestType.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/XMLSchemaTest.php b/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/XMLSchemaTest.php index e33a6ffbe3..2b8e4fa164 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/XMLSchemaTest.php +++ b/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/XMLSchemaTest.php @@ -27,7 +27,7 @@ class XMLSchemaTest extends \PHPUnit_Framework_TestCase $dom->load($file); - $dbalElements = $dom->getElementsByTagNameNS("http://www.symfony-project.org/schema/dic/doctrine", "config"); + $dbalElements = $dom->getElementsByTagNameNS("http://symfony.com/schema/dic/doctrine", "config"); if ($dbalElements->length) { $dbalDom = new \DOMDocument('1.0', 'UTF-8'); $dbalNode = $dbalDom->importNode($dbalElements->item(0)); @@ -38,7 +38,7 @@ class XMLSchemaTest extends \PHPUnit_Framework_TestCase $found = true; } - $ormElements = $dom->getElementsByTagNameNS("http://www.symfony-project.org/schema/dic/doctrine", "config"); + $ormElements = $dom->getElementsByTagNameNS("http://symfony.com/schema/dic/doctrine", "config"); if ($ormElements->length) { $ormDom = new \DOMDocument('1.0', 'UTF-8'); $ormNode = $ormDom->importNode($ormElements->item(0)); diff --git a/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/XmlDoctrineExtensionTest.php b/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/XmlDoctrineExtensionTest.php index 3ae9731ec0..ab5c4c3b18 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/XmlDoctrineExtensionTest.php +++ b/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/XmlDoctrineExtensionTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/YamlDoctrineExtensionTest.php b/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/YamlDoctrineExtensionTest.php index 933f103447..cae928e224 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/YamlDoctrineExtensionTest.php +++ b/src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/YamlDoctrineExtensionTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Symfony/Bundle/DoctrineBundle/Tests/TestCase.php b/src/Symfony/Bundle/DoctrineBundle/Tests/TestCase.php index 1a12faa3ab..8f183c9861 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Tests/TestCase.php +++ b/src/Symfony/Bundle/DoctrineBundle/Tests/TestCase.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Symfony/Bundle/DoctrineMigrationsBundle/Command/DoctrineCommand.php b/src/Symfony/Bundle/DoctrineMigrationsBundle/Command/DoctrineCommand.php index 10a1c96fb8..01aaa42254 100644 --- a/src/Symfony/Bundle/DoctrineMigrationsBundle/Command/DoctrineCommand.php +++ b/src/Symfony/Bundle/DoctrineMigrationsBundle/Command/DoctrineCommand.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -19,7 +19,7 @@ use Doctrine\DBAL\Migrations\Configuration\Configuration; /** * Base class for Doctrine console commands to extend from. * - * @author Fabien Potencier + * @author Fabien Potencier */ abstract class DoctrineCommand extends BaseCommand { diff --git a/src/Symfony/Bundle/DoctrineMigrationsBundle/Command/MigrationsDiffDoctrineCommand.php b/src/Symfony/Bundle/DoctrineMigrationsBundle/Command/MigrationsDiffDoctrineCommand.php index b96d48bf15..98626c81e8 100644 --- a/src/Symfony/Bundle/DoctrineMigrationsBundle/Command/MigrationsDiffDoctrineCommand.php +++ b/src/Symfony/Bundle/DoctrineMigrationsBundle/Command/MigrationsDiffDoctrineCommand.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -20,7 +20,7 @@ use Doctrine\DBAL\Migrations\Tools\Console\Command\DiffCommand; * Command for generate migration classes by comparing your current database schema * to your mapping information. * - * @author Fabien Potencier + * @author Fabien Potencier * @author Jonathan H. Wage */ class MigrationsDiffDoctrineCommand extends DiffCommand diff --git a/src/Symfony/Bundle/DoctrineMigrationsBundle/Command/MigrationsExecuteDoctrineCommand.php b/src/Symfony/Bundle/DoctrineMigrationsBundle/Command/MigrationsExecuteDoctrineCommand.php index 6b1b29c99d..d8c31fd7dc 100644 --- a/src/Symfony/Bundle/DoctrineMigrationsBundle/Command/MigrationsExecuteDoctrineCommand.php +++ b/src/Symfony/Bundle/DoctrineMigrationsBundle/Command/MigrationsExecuteDoctrineCommand.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -19,7 +19,7 @@ use Doctrine\DBAL\Migrations\Tools\Console\Command\ExecuteCommand; /** * Command for executing single migrations up or down manually. * - * @author Fabien Potencier + * @author Fabien Potencier * @author Jonathan H. Wage */ class MigrationsExecuteDoctrineCommand extends ExecuteCommand diff --git a/src/Symfony/Bundle/DoctrineMigrationsBundle/Command/MigrationsGenerateDoctrineCommand.php b/src/Symfony/Bundle/DoctrineMigrationsBundle/Command/MigrationsGenerateDoctrineCommand.php index e03541a5cf..bf925060fa 100644 --- a/src/Symfony/Bundle/DoctrineMigrationsBundle/Command/MigrationsGenerateDoctrineCommand.php +++ b/src/Symfony/Bundle/DoctrineMigrationsBundle/Command/MigrationsGenerateDoctrineCommand.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -19,7 +19,7 @@ use Doctrine\DBAL\Migrations\Tools\Console\Command\GenerateCommand; /** * Command for generating new blank migration classes * - * @author Fabien Potencier + * @author Fabien Potencier * @author Jonathan H. Wage */ class MigrationsGenerateDoctrineCommand extends GenerateCommand diff --git a/src/Symfony/Bundle/DoctrineMigrationsBundle/Command/MigrationsMigrateDoctrineCommand.php b/src/Symfony/Bundle/DoctrineMigrationsBundle/Command/MigrationsMigrateDoctrineCommand.php index da28fbc1d3..5b0540c9ec 100644 --- a/src/Symfony/Bundle/DoctrineMigrationsBundle/Command/MigrationsMigrateDoctrineCommand.php +++ b/src/Symfony/Bundle/DoctrineMigrationsBundle/Command/MigrationsMigrateDoctrineCommand.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -19,7 +19,7 @@ use Doctrine\DBAL\Migrations\Tools\Console\Command\MigrateCommand; /** * Command for executing a migration to a specified version or the latest available version. * - * @author Fabien Potencier + * @author Fabien Potencier * @author Jonathan H. Wage */ class MigrationsMigrateDoctrineCommand extends MigrateCommand diff --git a/src/Symfony/Bundle/DoctrineMigrationsBundle/Command/MigrationsStatusDoctrineCommand.php b/src/Symfony/Bundle/DoctrineMigrationsBundle/Command/MigrationsStatusDoctrineCommand.php index e4380a81e5..98cef3591f 100644 --- a/src/Symfony/Bundle/DoctrineMigrationsBundle/Command/MigrationsStatusDoctrineCommand.php +++ b/src/Symfony/Bundle/DoctrineMigrationsBundle/Command/MigrationsStatusDoctrineCommand.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -19,7 +19,7 @@ use Doctrine\DBAL\Migrations\Tools\Console\Command\StatusCommand; /** * Command to view the status of a set of migrations. * - * @author Fabien Potencier + * @author Fabien Potencier * @author Jonathan H. Wage */ class MigrationsStatusDoctrineCommand extends StatusCommand diff --git a/src/Symfony/Bundle/DoctrineMigrationsBundle/Command/MigrationsVersionDoctrineCommand.php b/src/Symfony/Bundle/DoctrineMigrationsBundle/Command/MigrationsVersionDoctrineCommand.php index c5fac35a53..460c7b2148 100644 --- a/src/Symfony/Bundle/DoctrineMigrationsBundle/Command/MigrationsVersionDoctrineCommand.php +++ b/src/Symfony/Bundle/DoctrineMigrationsBundle/Command/MigrationsVersionDoctrineCommand.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -19,7 +19,7 @@ use Doctrine\DBAL\Migrations\Tools\Console\Command\VersionCommand; /** * Command for manually adding and deleting migration versions from the version table. * - * @author Fabien Potencier + * @author Fabien Potencier * @author Jonathan H. Wage */ class MigrationsVersionDoctrineCommand extends VersionCommand diff --git a/src/Symfony/Bundle/DoctrineMigrationsBundle/DependencyInjection/DoctrineMigrationsExtension.php b/src/Symfony/Bundle/DoctrineMigrationsBundle/DependencyInjection/DoctrineMigrationsExtension.php index ac444a56bc..89cb6cf5cd 100644 --- a/src/Symfony/Bundle/DoctrineMigrationsBundle/DependencyInjection/DoctrineMigrationsExtension.php +++ b/src/Symfony/Bundle/DoctrineMigrationsBundle/DependencyInjection/DoctrineMigrationsExtension.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -55,6 +55,6 @@ class DoctrineMigrationsExtension extends Extension public function getNamespace() { - return 'http://www.symfony-project.org/schema/dic/doctrine/migrations'; + return 'http://symfony.com/schema/dic/doctrine/migrations'; } } diff --git a/src/Symfony/Bundle/DoctrineMigrationsBundle/DoctrineMigrationsBundle.php b/src/Symfony/Bundle/DoctrineMigrationsBundle/DoctrineMigrationsBundle.php index 6fadd42c11..4110c95d2c 100644 --- a/src/Symfony/Bundle/DoctrineMigrationsBundle/DoctrineMigrationsBundle.php +++ b/src/Symfony/Bundle/DoctrineMigrationsBundle/DoctrineMigrationsBundle.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -16,7 +16,7 @@ use Symfony\Component\HttpKernel\Bundle\Bundle; /** * Bundle. * - * @author Fabien Potencier + * @author Fabien Potencier * @author Jonathan H. Wage */ class DoctrineMigrationsBundle extends Bundle diff --git a/src/Symfony/Bundle/DoctrineMongoDBBundle/CacheWarmer/HydratorCacheWarmer.php b/src/Symfony/Bundle/DoctrineMongoDBBundle/CacheWarmer/HydratorCacheWarmer.php index 2accb2e844..ca875c01a0 100644 --- a/src/Symfony/Bundle/DoctrineMongoDBBundle/CacheWarmer/HydratorCacheWarmer.php +++ b/src/Symfony/Bundle/DoctrineMongoDBBundle/CacheWarmer/HydratorCacheWarmer.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Symfony/Bundle/DoctrineMongoDBBundle/CacheWarmer/ProxyCacheWarmer.php b/src/Symfony/Bundle/DoctrineMongoDBBundle/CacheWarmer/ProxyCacheWarmer.php index 9305d8d7ab..0fb7870521 100644 --- a/src/Symfony/Bundle/DoctrineMongoDBBundle/CacheWarmer/ProxyCacheWarmer.php +++ b/src/Symfony/Bundle/DoctrineMongoDBBundle/CacheWarmer/ProxyCacheWarmer.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Symfony/Bundle/DoctrineMongoDBBundle/Command/CreateSchemaDoctrineODMCommand.php b/src/Symfony/Bundle/DoctrineMongoDBBundle/Command/CreateSchemaDoctrineODMCommand.php index 9068c13501..0e46801b95 100644 --- a/src/Symfony/Bundle/DoctrineMongoDBBundle/Command/CreateSchemaDoctrineODMCommand.php +++ b/src/Symfony/Bundle/DoctrineMongoDBBundle/Command/CreateSchemaDoctrineODMCommand.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Symfony/Bundle/DoctrineMongoDBBundle/Command/DoctrineODMCommand.php b/src/Symfony/Bundle/DoctrineMongoDBBundle/Command/DoctrineODMCommand.php index f9359fd2b3..bd08cb5d84 100644 --- a/src/Symfony/Bundle/DoctrineMongoDBBundle/Command/DoctrineODMCommand.php +++ b/src/Symfony/Bundle/DoctrineMongoDBBundle/Command/DoctrineODMCommand.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Symfony/Bundle/DoctrineMongoDBBundle/Command/DropSchemaDoctrineODMCommand.php b/src/Symfony/Bundle/DoctrineMongoDBBundle/Command/DropSchemaDoctrineODMCommand.php index 58306c9633..d095e2ee01 100644 --- a/src/Symfony/Bundle/DoctrineMongoDBBundle/Command/DropSchemaDoctrineODMCommand.php +++ b/src/Symfony/Bundle/DoctrineMongoDBBundle/Command/DropSchemaDoctrineODMCommand.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Symfony/Bundle/DoctrineMongoDBBundle/Command/GenerateDocumentsDoctrineODMCommand.php b/src/Symfony/Bundle/DoctrineMongoDBBundle/Command/GenerateDocumentsDoctrineODMCommand.php index 7eece24e66..363bec7d25 100644 --- a/src/Symfony/Bundle/DoctrineMongoDBBundle/Command/GenerateDocumentsDoctrineODMCommand.php +++ b/src/Symfony/Bundle/DoctrineMongoDBBundle/Command/GenerateDocumentsDoctrineODMCommand.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -20,7 +20,7 @@ use Symfony\Component\Console\Output\Output; /** * Generate document classes from mapping information * - * @author Fabien Potencier + * @author Fabien Potencier * @author Jonathan H. Wage */ class GenerateDocumentsDoctrineODMCommand extends DoctrineODMCommand diff --git a/src/Symfony/Bundle/DoctrineMongoDBBundle/Command/GenerateHydratorsDoctrineODMCommand.php b/src/Symfony/Bundle/DoctrineMongoDBBundle/Command/GenerateHydratorsDoctrineODMCommand.php index 03503d81a5..2a52aede65 100644 --- a/src/Symfony/Bundle/DoctrineMongoDBBundle/Command/GenerateHydratorsDoctrineODMCommand.php +++ b/src/Symfony/Bundle/DoctrineMongoDBBundle/Command/GenerateHydratorsDoctrineODMCommand.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -21,7 +21,7 @@ use Doctrine\ODM\MongoDB\Tools\Console\Command\GenerateHydratorsCommand; /** * Generate the Doctrine ORM document hydrators to your cache directory. * - * @author Fabien Potencier + * @author Fabien Potencier * @author Jonathan H. Wage */ class GenerateHydratorsDoctrineODMCommand extends GenerateHydratorsCommand diff --git a/src/Symfony/Bundle/DoctrineMongoDBBundle/Command/GenerateProxiesDoctrineODMCommand.php b/src/Symfony/Bundle/DoctrineMongoDBBundle/Command/GenerateProxiesDoctrineODMCommand.php index 180b56746d..03f4391e47 100644 --- a/src/Symfony/Bundle/DoctrineMongoDBBundle/Command/GenerateProxiesDoctrineODMCommand.php +++ b/src/Symfony/Bundle/DoctrineMongoDBBundle/Command/GenerateProxiesDoctrineODMCommand.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -21,7 +21,7 @@ use Doctrine\ODM\MongoDB\Tools\Console\Command\GenerateProxiesCommand; /** * Generate the Doctrine ORM document proxies to your cache directory. * - * @author Fabien Potencier + * @author Fabien Potencier * @author Jonathan H. Wage */ class GenerateProxiesDoctrineODMCommand extends GenerateProxiesCommand diff --git a/src/Symfony/Bundle/DoctrineMongoDBBundle/Command/GenerateRepositoriesDoctrineODMCommand.php b/src/Symfony/Bundle/DoctrineMongoDBBundle/Command/GenerateRepositoriesDoctrineODMCommand.php index e753bf7678..694556d609 100644 --- a/src/Symfony/Bundle/DoctrineMongoDBBundle/Command/GenerateRepositoriesDoctrineODMCommand.php +++ b/src/Symfony/Bundle/DoctrineMongoDBBundle/Command/GenerateRepositoriesDoctrineODMCommand.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -21,7 +21,7 @@ use Doctrine\ODM\MongoDB\Tools\DocumentRepositoryGenerator; /** * Command to generate repository classes for mapping information. * - * @author Fabien Potencier + * @author Fabien Potencier * @author Jonathan H. Wage */ class GenerateRepositoriesDoctrineODMCommand extends DoctrineODMCommand diff --git a/src/Symfony/Bundle/DoctrineMongoDBBundle/Command/LoadDataFixturesDoctrineODMCommand.php b/src/Symfony/Bundle/DoctrineMongoDBBundle/Command/LoadDataFixturesDoctrineODMCommand.php index 1a448b4284..545fc5e8ac 100644 --- a/src/Symfony/Bundle/DoctrineMongoDBBundle/Command/LoadDataFixturesDoctrineODMCommand.php +++ b/src/Symfony/Bundle/DoctrineMongoDBBundle/Command/LoadDataFixturesDoctrineODMCommand.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -28,7 +28,7 @@ use Doctrine\ODM\MongoDB\Mapping\ClassMetadata; /** * Load data fixtures from bundles. * - * @author Fabien Potencier + * @author Fabien Potencier * @author Jonathan H. Wage */ class LoadDataFixturesDoctrineODMCommand extends DoctrineODMCommand diff --git a/src/Symfony/Bundle/DoctrineMongoDBBundle/Command/QueryDoctrineODMCommand.php b/src/Symfony/Bundle/DoctrineMongoDBBundle/Command/QueryDoctrineODMCommand.php index 014eb7c02f..1a0cd3a6bb 100644 --- a/src/Symfony/Bundle/DoctrineMongoDBBundle/Command/QueryDoctrineODMCommand.php +++ b/src/Symfony/Bundle/DoctrineMongoDBBundle/Command/QueryDoctrineODMCommand.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -21,7 +21,7 @@ use Doctrine\ODM\MongoDB\Tools\Console\Command\QueryCommand; /** * Execute a Doctrine MongoDB ODM query and output the results. * - * @author Fabien Potencier + * @author Fabien Potencier * @author Jonathan H. Wage */ class QueryDoctrineODMCommand extends QueryCommand diff --git a/src/Symfony/Bundle/DoctrineMongoDBBundle/DataCollector/DoctrineMongoDBDataCollector.php b/src/Symfony/Bundle/DoctrineMongoDBBundle/DataCollector/DoctrineMongoDBDataCollector.php index 0b4d5af11d..e6c14eca15 100644 --- a/src/Symfony/Bundle/DoctrineMongoDBBundle/DataCollector/DoctrineMongoDBDataCollector.php +++ b/src/Symfony/Bundle/DoctrineMongoDBBundle/DataCollector/DoctrineMongoDBDataCollector.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -19,7 +19,7 @@ use Symfony\Component\HttpFoundation\Response; /** * Data collector for the Doctrine MongoDB ODM. * - * @author Kris Wallsmith + * @author Kris Wallsmith */ class DoctrineMongoDBDataCollector extends DataCollector { diff --git a/src/Symfony/Bundle/DoctrineMongoDBBundle/DependencyInjection/DoctrineMongoDBExtension.php b/src/Symfony/Bundle/DoctrineMongoDBBundle/DependencyInjection/DoctrineMongoDBExtension.php index f504cdec38..184f1b29e2 100644 --- a/src/Symfony/Bundle/DoctrineMongoDBBundle/DependencyInjection/DoctrineMongoDBExtension.php +++ b/src/Symfony/Bundle/DoctrineMongoDBBundle/DependencyInjection/DoctrineMongoDBExtension.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -25,7 +25,7 @@ use Symfony\Bundle\DoctrineAbstractBundle\DependencyInjection\AbstractDoctrineEx * Doctrine MongoDB ODM extension. * * @author Bulat Shakirzyanov - * @author Kris Wallsmith + * @author Kris Wallsmith * @author Jonathan H. Wage */ class DoctrineMongoDBExtension extends AbstractDoctrineExtension @@ -381,7 +381,7 @@ class DoctrineMongoDBExtension extends AbstractDoctrineExtension */ public function getNamespace() { - return 'http://www.symfony-project.org/schema/dic/doctrine/odm/mongodb'; + return 'http://symfony.com/schema/dic/doctrine/odm/mongodb'; } /** diff --git a/src/Symfony/Bundle/DoctrineMongoDBBundle/DoctrineMongoDBBundle.php b/src/Symfony/Bundle/DoctrineMongoDBBundle/DoctrineMongoDBBundle.php index 6c7ce91070..105267515f 100755 --- a/src/Symfony/Bundle/DoctrineMongoDBBundle/DoctrineMongoDBBundle.php +++ b/src/Symfony/Bundle/DoctrineMongoDBBundle/DoctrineMongoDBBundle.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -22,7 +22,7 @@ use Symfony\Bundle\DoctrineMongoDBBundle\DependencyInjection\Compiler\RegisterEv * Doctrine MongoDB ODM bundle. * * @author Bulat Shakirzyanov - * @author Kris Wallsmith + * @author Kris Wallsmith * @author Jonathan H. Wage */ class DoctrineMongoDBBundle extends Bundle diff --git a/src/Symfony/Bundle/DoctrineMongoDBBundle/Logger/DoctrineMongoDBLogger.php b/src/Symfony/Bundle/DoctrineMongoDBBundle/Logger/DoctrineMongoDBLogger.php index 816f16d500..41b7e49e39 100644 --- a/src/Symfony/Bundle/DoctrineMongoDBBundle/Logger/DoctrineMongoDBLogger.php +++ b/src/Symfony/Bundle/DoctrineMongoDBBundle/Logger/DoctrineMongoDBLogger.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -17,7 +17,7 @@ use Symfony\Component\Yaml\Yaml; /** * Logger for the Doctrine MongoDB ODM. * - * @author Kris Wallsmith + * @author Kris Wallsmith */ class DoctrineMongoDBLogger { diff --git a/src/Symfony/Bundle/DoctrineMongoDBBundle/Resources/config/mongodb.xml b/src/Symfony/Bundle/DoctrineMongoDBBundle/Resources/config/mongodb.xml index 296f54b161..c66a68ea61 100755 --- a/src/Symfony/Bundle/DoctrineMongoDBBundle/Resources/config/mongodb.xml +++ b/src/Symfony/Bundle/DoctrineMongoDBBundle/Resources/config/mongodb.xml @@ -1,8 +1,8 @@ - + xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd"> default diff --git a/src/Symfony/Bundle/DoctrineMongoDBBundle/Resources/config/schema/mongodb-1.0.xsd b/src/Symfony/Bundle/DoctrineMongoDBBundle/Resources/config/schema/mongodb-1.0.xsd index b0523756a4..f214496b5b 100644 --- a/src/Symfony/Bundle/DoctrineMongoDBBundle/Resources/config/schema/mongodb-1.0.xsd +++ b/src/Symfony/Bundle/DoctrineMongoDBBundle/Resources/config/schema/mongodb-1.0.xsd @@ -1,8 +1,8 @@ - diff --git a/src/Symfony/Bundle/DoctrineMongoDBBundle/Security/DocumentUserProvider.php b/src/Symfony/Bundle/DoctrineMongoDBBundle/Security/DocumentUserProvider.php index 173889463e..583933d466 100644 --- a/src/Symfony/Bundle/DoctrineMongoDBBundle/Security/DocumentUserProvider.php +++ b/src/Symfony/Bundle/DoctrineMongoDBBundle/Security/DocumentUserProvider.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Symfony/Bundle/DoctrineMongoDBBundle/Tests/CacheWarmer/HydratorCacheWarmerTest.php b/src/Symfony/Bundle/DoctrineMongoDBBundle/Tests/CacheWarmer/HydratorCacheWarmerTest.php index 2e40b02451..6444c6b7b9 100644 --- a/src/Symfony/Bundle/DoctrineMongoDBBundle/Tests/CacheWarmer/HydratorCacheWarmerTest.php +++ b/src/Symfony/Bundle/DoctrineMongoDBBundle/Tests/CacheWarmer/HydratorCacheWarmerTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Symfony/Bundle/DoctrineMongoDBBundle/Tests/CacheWarmer/ProxyCacheWarmerTest.php b/src/Symfony/Bundle/DoctrineMongoDBBundle/Tests/CacheWarmer/ProxyCacheWarmerTest.php index 31e5057bf0..9184b2f35b 100644 --- a/src/Symfony/Bundle/DoctrineMongoDBBundle/Tests/CacheWarmer/ProxyCacheWarmerTest.php +++ b/src/Symfony/Bundle/DoctrineMongoDBBundle/Tests/CacheWarmer/ProxyCacheWarmerTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Symfony/Bundle/DoctrineMongoDBBundle/Tests/ContainerTest.php b/src/Symfony/Bundle/DoctrineMongoDBBundle/Tests/ContainerTest.php index a9344845d7..c1a103dc5c 100644 --- a/src/Symfony/Bundle/DoctrineMongoDBBundle/Tests/ContainerTest.php +++ b/src/Symfony/Bundle/DoctrineMongoDBBundle/Tests/ContainerTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Symfony/Bundle/DoctrineMongoDBBundle/Tests/DependencyInjection/AbstractMongoDBExtensionTest.php b/src/Symfony/Bundle/DoctrineMongoDBBundle/Tests/DependencyInjection/AbstractMongoDBExtensionTest.php index c20979f7b7..ca9e928a1e 100644 --- a/src/Symfony/Bundle/DoctrineMongoDBBundle/Tests/DependencyInjection/AbstractMongoDBExtensionTest.php +++ b/src/Symfony/Bundle/DoctrineMongoDBBundle/Tests/DependencyInjection/AbstractMongoDBExtensionTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Symfony/Bundle/DoctrineMongoDBBundle/Tests/DependencyInjection/Fixtures/config/xml/mongodb_service_multiple_connections.xml b/src/Symfony/Bundle/DoctrineMongoDBBundle/Tests/DependencyInjection/Fixtures/config/xml/mongodb_service_multiple_connections.xml index eed523fc92..6b98c8d33a 100644 --- a/src/Symfony/Bundle/DoctrineMongoDBBundle/Tests/DependencyInjection/Fixtures/config/xml/mongodb_service_multiple_connections.xml +++ b/src/Symfony/Bundle/DoctrineMongoDBBundle/Tests/DependencyInjection/Fixtures/config/xml/mongodb_service_multiple_connections.xml @@ -1,10 +1,10 @@ - + xmlns:doctrine="http://symfony.com/schema/dic/doctrine/odm/mongodb" + xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/doctrine/odm/mongodb http://symfony.com/schema/dic/doctrine/odm/mongodb/mongodb-1.0.xsd"> - + xmlns:doctrine="http://symfony.com/schema/dic/doctrine/odm/mongodb" + xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/doctrine/odm/mongodb http://symfony.com/schema/dic/doctrine/odm/mongodb/mongodb-1.0.xsd"> diff --git a/src/Symfony/Bundle/DoctrineMongoDBBundle/Tests/DependencyInjection/Fixtures/config/xml/mongodb_service_single_connection.xml b/src/Symfony/Bundle/DoctrineMongoDBBundle/Tests/DependencyInjection/Fixtures/config/xml/mongodb_service_single_connection.xml index d10a1e789e..b5f50a7983 100644 --- a/src/Symfony/Bundle/DoctrineMongoDBBundle/Tests/DependencyInjection/Fixtures/config/xml/mongodb_service_single_connection.xml +++ b/src/Symfony/Bundle/DoctrineMongoDBBundle/Tests/DependencyInjection/Fixtures/config/xml/mongodb_service_single_connection.xml @@ -1,10 +1,10 @@ - + xmlns:doctrine="http://symfony.com/schema/dic/doctrine/odm/mongodb" + xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/doctrine/odm/mongodb http://symfony.com/schema/dic/doctrine/odm/mongodb/mongodb-1.0.xsd"> diff --git a/src/Symfony/Bundle/DoctrineMongoDBBundle/Tests/DependencyInjection/Fixtures/config/xml/odm_imports.xml b/src/Symfony/Bundle/DoctrineMongoDBBundle/Tests/DependencyInjection/Fixtures/config/xml/odm_imports.xml index 5590adf1ba..1e215a1635 100644 --- a/src/Symfony/Bundle/DoctrineMongoDBBundle/Tests/DependencyInjection/Fixtures/config/xml/odm_imports.xml +++ b/src/Symfony/Bundle/DoctrineMongoDBBundle/Tests/DependencyInjection/Fixtures/config/xml/odm_imports.xml @@ -1,10 +1,10 @@ - + xmlns:doctrine="http://symfony.com/schema/dic/doctrine/odm/mongodb" + xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/doctrine/odm/mongodb http://symfony.com/schema/dic/doctrine/odm/mongodb/mongodb-1.0.xsd"> diff --git a/src/Symfony/Bundle/DoctrineMongoDBBundle/Tests/DependencyInjection/Fixtures/config/xml/odm_imports_import.xml b/src/Symfony/Bundle/DoctrineMongoDBBundle/Tests/DependencyInjection/Fixtures/config/xml/odm_imports_import.xml index 35aa44dfba..489fbe0ea4 100644 --- a/src/Symfony/Bundle/DoctrineMongoDBBundle/Tests/DependencyInjection/Fixtures/config/xml/odm_imports_import.xml +++ b/src/Symfony/Bundle/DoctrineMongoDBBundle/Tests/DependencyInjection/Fixtures/config/xml/odm_imports_import.xml @@ -1,10 +1,10 @@ - + xmlns:doctrine="http://symfony.com/schema/dic/doctrine/odm/mongodb" + xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/doctrine/odm/mongodb http://symfony.com/schema/dic/doctrine/odm/mongodb/mongodb-1.0.xsd"> + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Symfony/Bundle/DoctrineMongoDBBundle/Tests/DependencyInjection/YamlMongoDBExtensionTest.php b/src/Symfony/Bundle/DoctrineMongoDBBundle/Tests/DependencyInjection/YamlMongoDBExtensionTest.php index 94bf1af051..2c56e63d6a 100644 --- a/src/Symfony/Bundle/DoctrineMongoDBBundle/Tests/DependencyInjection/YamlMongoDBExtensionTest.php +++ b/src/Symfony/Bundle/DoctrineMongoDBBundle/Tests/DependencyInjection/YamlMongoDBExtensionTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Symfony/Bundle/DoctrineMongoDBBundle/Tests/TestCase.php b/src/Symfony/Bundle/DoctrineMongoDBBundle/Tests/TestCase.php index 762c96f12a..3e14e1bb78 100644 --- a/src/Symfony/Bundle/DoctrineMongoDBBundle/Tests/TestCase.php +++ b/src/Symfony/Bundle/DoctrineMongoDBBundle/Tests/TestCase.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Symfony/Bundle/DoctrineMongoDBBundle/Validator/Constraints/Unique.php b/src/Symfony/Bundle/DoctrineMongoDBBundle/Validator/Constraints/Unique.php index ad73774d5d..48b7803ec2 100755 --- a/src/Symfony/Bundle/DoctrineMongoDBBundle/Validator/Constraints/Unique.php +++ b/src/Symfony/Bundle/DoctrineMongoDBBundle/Validator/Constraints/Unique.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Symfony/Bundle/DoctrineMongoDBBundle/Validator/Constraints/UniqueValidator.php b/src/Symfony/Bundle/DoctrineMongoDBBundle/Validator/Constraints/UniqueValidator.php index fdf9908bb1..3708760971 100755 --- a/src/Symfony/Bundle/DoctrineMongoDBBundle/Validator/Constraints/UniqueValidator.php +++ b/src/Symfony/Bundle/DoctrineMongoDBBundle/Validator/Constraints/UniqueValidator.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/ClassMapCacheWarmer.php b/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/ClassMapCacheWarmer.php index 5d1b3abb18..1f31ab243e 100644 --- a/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/ClassMapCacheWarmer.php +++ b/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/ClassMapCacheWarmer.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -17,7 +17,7 @@ use Symfony\Component\DependencyInjection\ContainerInterface; /** * Generates an autoload class map cache. * - * @author Fabien Potencier + * @author Fabien Potencier */ class ClassMapCacheWarmer extends CacheWarmer { diff --git a/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/RouterCacheWarmer.php b/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/RouterCacheWarmer.php index 832106a70f..261f9f2dc9 100644 --- a/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/RouterCacheWarmer.php +++ b/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/RouterCacheWarmer.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -17,7 +17,7 @@ use Symfony\Component\Routing\Router; /** * Generates the router matcher and generator classes. * - * @author Fabien Potencier + * @author Fabien Potencier */ class RouterCacheWarmer extends CacheWarmer { diff --git a/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/TemplatePathsCacheWarmer.php b/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/TemplatePathsCacheWarmer.php index 4ed868e440..477a73af99 100644 --- a/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/TemplatePathsCacheWarmer.php +++ b/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/TemplatePathsCacheWarmer.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -19,7 +19,7 @@ use Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser; /** * Computes the association between template names and their paths on the disk. * - * @author Fabien Potencier + * @author Fabien Potencier */ class TemplatePathsCacheWarmer extends CacheWarmer { diff --git a/src/Symfony/Bundle/FrameworkBundle/Client.php b/src/Symfony/Bundle/FrameworkBundle/Client.php index 311a0c824a..91b4b63cf6 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Client.php +++ b/src/Symfony/Bundle/FrameworkBundle/Client.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -23,7 +23,7 @@ use Symfony\Component\HttpFoundation\Response; /** * Client simulates a browser and makes requests to a Kernel object. * - * @author Fabien Potencier + * @author Fabien Potencier */ class Client extends BaseClient { diff --git a/src/Symfony/Bundle/FrameworkBundle/Command/AssetsInstallCommand.php b/src/Symfony/Bundle/FrameworkBundle/Command/AssetsInstallCommand.php index 52df3546da..4e4c4eb7db 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Command/AssetsInstallCommand.php +++ b/src/Symfony/Bundle/FrameworkBundle/Command/AssetsInstallCommand.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -20,7 +20,7 @@ use Symfony\Component\Console\Output\Output; /** * AssetsInstallCommand. * - * @author Fabien Potencier + * @author Fabien Potencier */ class AssetsInstallCommand extends Command { diff --git a/src/Symfony/Bundle/FrameworkBundle/Command/CacheWarmupCommand.php b/src/Symfony/Bundle/FrameworkBundle/Command/CacheWarmupCommand.php index 15f854a71a..d997812e87 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Command/CacheWarmupCommand.php +++ b/src/Symfony/Bundle/FrameworkBundle/Command/CacheWarmupCommand.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -17,7 +17,7 @@ use Symfony\Component\Console\Output\OutputInterface; /** * Warmup the cache. * - * @author Fabien Potencier + * @author Fabien Potencier */ class CacheWarmupCommand extends Command { diff --git a/src/Symfony/Bundle/FrameworkBundle/Command/Command.php b/src/Symfony/Bundle/FrameworkBundle/Command/Command.php index 399fffc0ee..86a6d4b44e 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Command/Command.php +++ b/src/Symfony/Bundle/FrameworkBundle/Command/Command.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -21,7 +21,7 @@ use Symfony\Component\Console\Command\Command as BaseCommand; /** * Command. * - * @author Fabien Potencier + * @author Fabien Potencier */ abstract class Command extends BaseCommand { diff --git a/src/Symfony/Bundle/FrameworkBundle/Command/InitBundleCommand.php b/src/Symfony/Bundle/FrameworkBundle/Command/InitBundleCommand.php index ca4e59a484..e7d2110f79 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Command/InitBundleCommand.php +++ b/src/Symfony/Bundle/FrameworkBundle/Command/InitBundleCommand.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -21,7 +21,7 @@ use Symfony\Bundle\FrameworkBundle\Util\Mustache; /** * Initializes a new bundle. * - * @author Fabien Potencier + * @author Fabien Potencier */ class InitBundleCommand extends Command { diff --git a/src/Symfony/Bundle/FrameworkBundle/Command/RouterApacheDumperCommand.php b/src/Symfony/Bundle/FrameworkBundle/Command/RouterApacheDumperCommand.php index bce75bd0a2..ecbb5a9509 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Command/RouterApacheDumperCommand.php +++ b/src/Symfony/Bundle/FrameworkBundle/Command/RouterApacheDumperCommand.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -21,7 +21,7 @@ use Symfony\Component\Routing\Matcher\Dumper\ApacheMatcherDumper; /** * RouterApacheDumperCommand. * - * @author Fabien Potencier + * @author Fabien Potencier */ class RouterApacheDumperCommand extends Command { diff --git a/src/Symfony/Bundle/FrameworkBundle/Command/RouterDebugCommand.php b/src/Symfony/Bundle/FrameworkBundle/Command/RouterDebugCommand.php index b726f0391e..7ea0422bdf 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Command/RouterDebugCommand.php +++ b/src/Symfony/Bundle/FrameworkBundle/Command/RouterDebugCommand.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -21,7 +21,7 @@ use Symfony\Component\Routing\Matcher\Dumper\ApacheMatcherDumper; /** * RouterDebugCommand. * - * @author Fabien Potencier + * @author Fabien Potencier */ class RouterDebugCommand extends Command { diff --git a/src/Symfony/Bundle/FrameworkBundle/Console/Application.php b/src/Symfony/Bundle/FrameworkBundle/Console/Application.php index 806bd1835e..d251c4daa8 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Console/Application.php +++ b/src/Symfony/Bundle/FrameworkBundle/Console/Application.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -21,7 +21,7 @@ use Symfony\Component\HttpKernel\Kernel; /** * Application. * - * @author Fabien Potencier + * @author Fabien Potencier */ class Application extends BaseApplication { diff --git a/src/Symfony/Bundle/FrameworkBundle/Console/Shell.php b/src/Symfony/Bundle/FrameworkBundle/Console/Shell.php index c5e398dbe9..f0628684a1 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Console/Shell.php +++ b/src/Symfony/Bundle/FrameworkBundle/Console/Shell.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -16,7 +16,7 @@ use Symfony\Component\Console\Shell as BaseShell; /** * Shell. * - * @author Fabien Potencier + * @author Fabien Potencier */ class Shell extends BaseShell { diff --git a/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php b/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php index bfb1425083..3b2a49efbc 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php +++ b/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -19,7 +19,7 @@ use Symfony\Component\DependencyInjection\ContainerAware; * * It provides methods to common features needed in controllers. * - * @author Fabien Potencier + * @author Fabien Potencier */ class Controller extends ContainerAware { diff --git a/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerNameParser.php b/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerNameParser.php index 3b472b80a5..5691593800 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerNameParser.php +++ b/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerNameParser.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -19,7 +19,7 @@ use Symfony\Component\HttpKernel\Log\LoggerInterface; * (BlogBundle:Post:index) to a fully-qualified class::method string * (Bundle\BlogBundle\Controller\PostController::indexAction). * - * @author Fabien Potencier + * @author Fabien Potencier */ class ControllerNameParser { diff --git a/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php b/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php index 0613038f4e..69c5556f88 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php +++ b/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -20,7 +20,7 @@ use Symfony\Component\DependencyInjection\ContainerAwareInterface; /** * ControllerResolver. * - * @author Fabien Potencier + * @author Fabien Potencier */ class ControllerResolver extends BaseControllerResolver { diff --git a/src/Symfony/Bundle/FrameworkBundle/Controller/ExceptionController.php b/src/Symfony/Bundle/FrameworkBundle/Controller/ExceptionController.php index bc5bf5264b..eaa5e7c675 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Controller/ExceptionController.php +++ b/src/Symfony/Bundle/FrameworkBundle/Controller/ExceptionController.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -19,7 +19,7 @@ use Symfony\Component\HttpFoundation\Response; /** * ExceptionController. * - * @author Fabien Potencier + * @author Fabien Potencier */ class ExceptionController extends ContainerAware { diff --git a/src/Symfony/Bundle/FrameworkBundle/Controller/InternalController.php b/src/Symfony/Bundle/FrameworkBundle/Controller/InternalController.php index fa2bbe9b78..641deb7683 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Controller/InternalController.php +++ b/src/Symfony/Bundle/FrameworkBundle/Controller/InternalController.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -17,7 +17,7 @@ use Symfony\Component\HttpFoundation\Response; /** * InternalController. * - * @author Fabien Potencier + * @author Fabien Potencier */ class InternalController extends ContainerAware { diff --git a/src/Symfony/Bundle/FrameworkBundle/Controller/RedirectController.php b/src/Symfony/Bundle/FrameworkBundle/Controller/RedirectController.php index 0732c7ba77..81d40ce8da 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Controller/RedirectController.php +++ b/src/Symfony/Bundle/FrameworkBundle/Controller/RedirectController.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -18,7 +18,7 @@ use Symfony\Component\HttpFoundation\RedirectResponse; /** * * - * @author Fabien Potencier + * @author Fabien Potencier */ class RedirectController extends ContainerAware { diff --git a/src/Symfony/Bundle/FrameworkBundle/Controller/TemplateController.php b/src/Symfony/Bundle/FrameworkBundle/Controller/TemplateController.php index 013837bf9a..fd6f1aaf78 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Controller/TemplateController.php +++ b/src/Symfony/Bundle/FrameworkBundle/Controller/TemplateController.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -17,7 +17,7 @@ use Symfony\Component\HttpFoundation\Response; /** * TemplateController. * - * @author Fabien Potencier + * @author Fabien Potencier */ class TemplateController extends ContainerAware { diff --git a/src/Symfony/Bundle/FrameworkBundle/DataCollector/RequestDataCollector.php b/src/Symfony/Bundle/FrameworkBundle/DataCollector/RequestDataCollector.php index 54ba4463ec..979c45849d 100644 --- a/src/Symfony/Bundle/FrameworkBundle/DataCollector/RequestDataCollector.php +++ b/src/Symfony/Bundle/FrameworkBundle/DataCollector/RequestDataCollector.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -18,7 +18,7 @@ use Symfony\Component\HttpKernel\DataCollector\RequestDataCollector as BaseReque /** * RequestDataCollector. * - * @author Fabien Potencier + * @author Fabien Potencier */ class RequestDataCollector extends BaseRequestDataCollector { diff --git a/src/Symfony/Bundle/FrameworkBundle/DataCollector/TimerDataCollector.php b/src/Symfony/Bundle/FrameworkBundle/DataCollector/TimerDataCollector.php index e0551805d0..ad5bfb5748 100644 --- a/src/Symfony/Bundle/FrameworkBundle/DataCollector/TimerDataCollector.php +++ b/src/Symfony/Bundle/FrameworkBundle/DataCollector/TimerDataCollector.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -19,7 +19,7 @@ use Symfony\Component\HttpFoundation\Response; /** * TimerDataCollector. * - * @author Fabien Potencier + * @author Fabien Potencier */ class TimerDataCollector extends DataCollector { diff --git a/src/Symfony/Bundle/FrameworkBundle/Debug/EventDispatcher.php b/src/Symfony/Bundle/FrameworkBundle/Debug/EventDispatcher.php index 083129b317..7d20381244 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Debug/EventDispatcher.php +++ b/src/Symfony/Bundle/FrameworkBundle/Debug/EventDispatcher.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -20,7 +20,7 @@ use Symfony\Component\DependencyInjection\ContainerInterface; /** * EventDispatcher extends the original EventDispatcher class to add some debugging tools. * - * @author Fabien Potencier + * @author Fabien Potencier */ class EventDispatcher extends BaseEventDispatcher implements EventDispatcherTraceableInterface { diff --git a/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddCacheWarmerPass.php b/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddCacheWarmerPass.php index 7714ca5cd3..b69e79a159 100644 --- a/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddCacheWarmerPass.php +++ b/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddCacheWarmerPass.php @@ -9,7 +9,7 @@ use Symfony\Component\DependencyInjection\Reference; /* * This file is part of the Symfony framework. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. @@ -18,7 +18,7 @@ use Symfony\Component\DependencyInjection\Reference; /** * Registers the cache warmers. * - * @author Fabien Potencier + * @author Fabien Potencier */ class AddCacheWarmerPass implements CompilerPassInterface { diff --git a/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddClassesToAutoloadMapPass.php b/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddClassesToAutoloadMapPass.php index 683c5eb6cc..715dd1ef8a 100644 --- a/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddClassesToAutoloadMapPass.php +++ b/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddClassesToAutoloadMapPass.php @@ -9,7 +9,7 @@ use Symfony\Component\HttpKernel\DependencyInjection\Extension; /* * This file is part of the Symfony framework. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. @@ -18,7 +18,7 @@ use Symfony\Component\HttpKernel\DependencyInjection\Extension; /** * Sets the class map for the autoloader. * - * @author Fabien Potencier + * @author Fabien Potencier */ class AddClassesToAutoloadMapPass implements CompilerPassInterface { diff --git a/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddClassesToCachePass.php b/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddClassesToCachePass.php index c3282022d5..56f97c8307 100644 --- a/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddClassesToCachePass.php +++ b/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddClassesToCachePass.php @@ -9,7 +9,7 @@ use Symfony\Component\HttpKernel\DependencyInjection\Extension; /* * This file is part of the Symfony framework. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. @@ -18,7 +18,7 @@ use Symfony\Component\HttpKernel\DependencyInjection\Extension; /** * Sets the classes to compile in the cache for the container. * - * @author Fabien Potencier + * @author Fabien Potencier */ class AddClassesToCachePass implements CompilerPassInterface { diff --git a/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddConstraintValidatorsPass.php b/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddConstraintValidatorsPass.php index b7308ef381..574282ea34 100644 --- a/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddConstraintValidatorsPass.php +++ b/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddConstraintValidatorsPass.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddFieldFactoryGuessersPass.php b/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddFieldFactoryGuessersPass.php index 47a7820717..0a0a977147 100644 --- a/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddFieldFactoryGuessersPass.php +++ b/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddFieldFactoryGuessersPass.php @@ -5,7 +5,7 @@ namespace Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler; /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -19,7 +19,7 @@ use Symfony\Component\DependencyInjection\Reference; * Adds all services with the tag "form.field_factory_guesser" as argument * to the "form.field_factory" service * - * @author Bernhard Schussek + * @author Bernhard Schussek */ class AddFieldFactoryGuessersPass implements CompilerPassInterface { diff --git a/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/ProfilerPass.php b/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/ProfilerPass.php index cb4a25bc5f..10913d895b 100644 --- a/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/ProfilerPass.php +++ b/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/ProfilerPass.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -18,7 +18,7 @@ use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface; /** * Adds tagged data_collector services to profiler service * - * @author Fabien Potencier + * @author Fabien Potencier */ class ProfilerPass implements CompilerPassInterface { diff --git a/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/RegisterKernelListenersPass.php b/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/RegisterKernelListenersPass.php index 2d4bf949a7..0f7d9cb756 100644 --- a/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/RegisterKernelListenersPass.php +++ b/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/RegisterKernelListenersPass.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/RoutingResolverPass.php b/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/RoutingResolverPass.php index ef79cb6a8e..322f7ba2ec 100644 --- a/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/RoutingResolverPass.php +++ b/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/RoutingResolverPass.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -18,7 +18,7 @@ use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface; /** * Adds tagged routing.loader services to routing.resolver service * - * @author Fabien Potencier + * @author Fabien Potencier */ class RoutingResolverPass implements CompilerPassInterface { diff --git a/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/TemplatingPass.php b/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/TemplatingPass.php index 19102725d6..bb3f8e0c7a 100644 --- a/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/TemplatingPass.php +++ b/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/TemplatingPass.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php b/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php index 4bed906a83..bc31dfa277 100644 --- a/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php +++ b/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -25,7 +25,7 @@ use Symfony\Component\Config\FileLocator; /** * FrameworkExtension. * - * @author Fabien Potencier + * @author Fabien Potencier * @author Jeremy Mikola */ class FrameworkExtension extends Extension @@ -501,6 +501,6 @@ class FrameworkExtension extends Extension public function getNamespace() { - return 'http://www.symfony-project.org/schema/dic/symfony'; + return 'http://symfony.com/schema/dic/symfony'; } } diff --git a/src/Symfony/Bundle/FrameworkBundle/EventDispatcher.php b/src/Symfony/Bundle/FrameworkBundle/EventDispatcher.php index 7ffc9911f9..4f1ad5dab3 100644 --- a/src/Symfony/Bundle/FrameworkBundle/EventDispatcher.php +++ b/src/Symfony/Bundle/FrameworkBundle/EventDispatcher.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -18,7 +18,7 @@ use Symfony\Component\EventDispatcher\EventInterface; /** * This EventDispatcher automatically gets the kernel listeners injected * - * @author Fabien Potencier + * @author Fabien Potencier */ class EventDispatcher extends BaseEventDispatcher { diff --git a/src/Symfony/Bundle/FrameworkBundle/FrameworkBundle.php b/src/Symfony/Bundle/FrameworkBundle/FrameworkBundle.php index 59a00d7a5d..e184f273d4 100644 --- a/src/Symfony/Bundle/FrameworkBundle/FrameworkBundle.php +++ b/src/Symfony/Bundle/FrameworkBundle/FrameworkBundle.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -32,7 +32,7 @@ use Symfony\Component\ClassLoader\MapFileClassLoader; /** * Bundle. * - * @author Fabien Potencier + * @author Fabien Potencier */ class FrameworkBundle extends Bundle { diff --git a/src/Symfony/Bundle/FrameworkBundle/HttpCache/HttpCache.php b/src/Symfony/Bundle/FrameworkBundle/HttpCache/HttpCache.php index 5710ec89bb..1c5eb8c46b 100644 --- a/src/Symfony/Bundle/FrameworkBundle/HttpCache/HttpCache.php +++ b/src/Symfony/Bundle/FrameworkBundle/HttpCache/HttpCache.php @@ -13,7 +13,7 @@ use Symfony\Component\HttpFoundation\Response; /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -21,7 +21,7 @@ use Symfony\Component\HttpFoundation\Response; /** * - * @author Fabien Potencier + * @author Fabien Potencier */ abstract class HttpCache extends BaseHttpCache { diff --git a/src/Symfony/Bundle/FrameworkBundle/HttpFoundation/SessionListener.php b/src/Symfony/Bundle/FrameworkBundle/HttpFoundation/SessionListener.php index 3dd4a35b71..a9477e451c 100644 --- a/src/Symfony/Bundle/FrameworkBundle/HttpFoundation/SessionListener.php +++ b/src/Symfony/Bundle/FrameworkBundle/HttpFoundation/SessionListener.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Symfony/Bundle/FrameworkBundle/Profiler/ProfilerListener.php b/src/Symfony/Bundle/FrameworkBundle/Profiler/ProfilerListener.php index 22167fdca9..4db583dd24 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Profiler/ProfilerListener.php +++ b/src/Symfony/Bundle/FrameworkBundle/Profiler/ProfilerListener.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -23,7 +23,7 @@ use Symfony\Component\DependencyInjection\ContainerInterface; * The handleException method must be connected to the core.exception event. * The handleResponse method must be connected to the core.response event. * - * @author Fabien Potencier + * @author Fabien Potencier */ class ProfilerListener { diff --git a/src/Symfony/Bundle/FrameworkBundle/RequestListener.php b/src/Symfony/Bundle/FrameworkBundle/RequestListener.php index 2b4574a9d9..0936794605 100644 --- a/src/Symfony/Bundle/FrameworkBundle/RequestListener.php +++ b/src/Symfony/Bundle/FrameworkBundle/RequestListener.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -23,7 +23,7 @@ use Symfony\Component\DependencyInjection\ContainerInterface; * * The handle method must be connected to the core.request event. * - * @author Fabien Potencier + * @author Fabien Potencier */ class RequestListener { diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/collectors.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/collectors.xml index 0042e549f0..c05564b3c5 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/collectors.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/collectors.xml @@ -1,8 +1,8 @@ - + xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd"> Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/debug.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/debug.xml index f3556df509..3adec67c81 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/debug.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/debug.xml @@ -1,8 +1,8 @@ - + xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd"> Symfony\Bundle\FrameworkBundle\Debug\EventDispatcher diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/esi.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/esi.xml index 822330d6e9..148affda71 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/esi.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/esi.xml @@ -1,8 +1,8 @@ - + xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd"> Symfony\Component\HttpKernel\HttpCache\Esi diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/form.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/form.xml index c436ba17dc..e75157a644 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/form.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/form.xml @@ -1,8 +1,8 @@ - + xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd"> Symfony\Component\Form\FieldFactory\FieldFactory diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/profiling.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/profiling.xml index 72794e98ff..5671cf3a5d 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/profiling.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/profiling.xml @@ -1,8 +1,8 @@ - + xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd"> Symfony\Component\HttpKernel\Profiler\Profiler diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/routing.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/routing.xml index 89595deab2..6467e7b575 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/routing.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/routing.xml @@ -1,8 +1,8 @@ - + xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd"> Symfony\Component\Routing\Router diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/routing/internal.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/routing/internal.xml index ec8e03193b..3a13fed14a 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/routing/internal.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/routing/internal.xml @@ -1,8 +1,8 @@ - + xsi:schemaLocation="http://symfony.com/schema/routing http://symfony.com/schema/routing/routing-1.0.xsd"> FrameworkBundle:Internal:index diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/schema/symfony-1.0.xsd b/src/Symfony/Bundle/FrameworkBundle/Resources/config/schema/symfony-1.0.xsd index 4a635a758e..599377c732 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/schema/symfony-1.0.xsd +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/schema/symfony-1.0.xsd @@ -1,8 +1,8 @@ - diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/services.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/services.xml index 7c94262d0b..0e4c6ddabc 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/services.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/services.xml @@ -1,8 +1,8 @@ - + xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd"> Symfony\Bundle\FrameworkBundle\EventDispatcher diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/session.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/session.xml index fdd3ae50f6..b51ebc0601 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/session.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/session.xml @@ -1,8 +1,8 @@ - + xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd"> Symfony\Component\HttpFoundation\Session diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/templating.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/templating.xml index 754a96faa3..a0150f50b9 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/templating.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/templating.xml @@ -1,8 +1,8 @@ - + xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd"> Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/templating_debug.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/templating_debug.xml index a47d287838..f4ff8d6859 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/templating_debug.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/templating_debug.xml @@ -1,8 +1,8 @@ - + xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd"> Symfony\Bundle\FrameworkBundle\Templating\Debugger diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/templating_php.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/templating_php.xml index 48e0c81b03..1d3323aa3a 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/templating_php.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/templating_php.xml @@ -1,8 +1,8 @@ - + xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd"> Symfony\Bundle\FrameworkBundle\Templating\PhpEngine diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/test.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/test.xml index ea3e11c09a..8a9051f2a0 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/test.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/test.xml @@ -1,8 +1,8 @@ - + xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd"> Symfony\Bundle\FrameworkBundle\Client diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/translation.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/translation.xml index 1ae01706b0..1cac11b66c 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/translation.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/translation.xml @@ -1,8 +1,8 @@ - + xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd"> Symfony\Bundle\FrameworkBundle\Translation\Translator diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/validator.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/validator.xml index 73786a81c9..64c1362831 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/validator.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/validator.xml @@ -1,8 +1,8 @@ - + xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd"> Symfony\Component\Validator\Validator diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/web.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/web.xml index 580bff6764..6c48bec18d 100755 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/web.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/web.xml @@ -1,8 +1,8 @@ - + xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd"> Symfony\Bundle\FrameworkBundle\RequestListener diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/skeleton/bundle/xml/Resources/config/routing.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/skeleton/bundle/xml/Resources/config/routing.xml index a968588992..0e1d57fd51 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/skeleton/bundle/xml/Resources/config/routing.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/skeleton/bundle/xml/Resources/config/routing.xml @@ -1,8 +1,8 @@ - + xsi:schemaLocation="http://symfony.com/schema/routing http://symfony.com/schema/routing/routing-1.0.xsd">