Selaa lähdekoodia

Fixed trailing whitespaces

Pascal Borreli 15 vuotta sitten
vanhempi
commit
f2d75ed279
56 muutettua tiedostoa jossa 74 lisäystä ja 71 poistoa
  1. 1 1
      src/Symfony/Components/CssSelector/Parser.php
  2. 1 1
      src/Symfony/Components/EventDispatcher/Event.php
  3. 1 1
      src/Symfony/Components/EventDispatcher/EventDispatcher.php
  4. 1 1
      src/Symfony/Components/Routing/Router.php
  5. 1 1
      src/Symfony/Components/Templating/Helper/JavascriptsHelper.php
  6. 1 1
      src/Symfony/Components/Templating/Helper/StylesheetsHelper.php
  7. 6 4
      src/Symfony/Foundation/bootstrap.php
  8. 1 1
      src/Symfony/Framework/DoctrineBundle/Command/BuildDoctrineCommand.php
  9. 1 1
      src/Symfony/Framework/DoctrineBundle/Command/DatabaseToolDoctrineCommand.php
  10. 1 1
      src/Symfony/Framework/DoctrineBundle/Command/LoadDataFixturesDoctrineCommand.php
  11. 1 1
      src/Symfony/Framework/DoctrineBundle/Command/SchemaToolDoctrineCommand.php
  12. 6 5
      src/Symfony/Framework/DoctrineBundle/Controller/DoctrineController.php
  13. 1 1
      src/Symfony/Framework/DoctrineBundle/DependencyInjection/DoctrineExtension.php
  14. 1 1
      src/Symfony/Framework/WebBundle/Command/InitBundleCommand.php
  15. 1 1
      src/Symfony/Framework/WebBundle/Controller/DefaultController.php
  16. 1 1
      src/Symfony/Framework/WebBundle/Controller/ExceptionController.php
  17. 1 1
      src/Symfony/Framework/WebBundle/Controller/TemplateController.php
  18. 3 3
      src/Symfony/Framework/WebBundle/Debug/ExceptionFormatter.php
  19. 2 2
      src/Symfony/Framework/WebBundle/Session/NativeSession.php
  20. 6 6
      src/Symfony/Framework/WebBundle/User.php
  21. 1 1
      tests/Symfony/Tests/Components/DependencyInjection/BuilderConfigurationTest.php
  22. 1 1
      tests/Symfony/Tests/Components/DependencyInjection/BuilderTest.php
  23. 1 1
      tests/Symfony/Tests/Components/DependencyInjection/ContainerTest.php
  24. 1 1
      tests/Symfony/Tests/Components/DependencyInjection/CrossCheckTest.php
  25. 1 1
      tests/Symfony/Tests/Components/DependencyInjection/DefinitionTest.php
  26. 1 1
      tests/Symfony/Tests/Components/DependencyInjection/Dumper/DumperTest.php
  27. 1 1
      tests/Symfony/Tests/Components/DependencyInjection/Dumper/GraphvizDumperTest.php
  28. 1 1
      tests/Symfony/Tests/Components/DependencyInjection/Dumper/PhpDumperTest.php
  29. 1 1
      tests/Symfony/Tests/Components/DependencyInjection/Dumper/XmlDumperTest.php
  30. 1 1
      tests/Symfony/Tests/Components/DependencyInjection/Dumper/YamlDumperTest.php
  31. 1 1
      tests/Symfony/Tests/Components/DependencyInjection/FileResourceTest.php
  32. 1 1
      tests/Symfony/Tests/Components/DependencyInjection/Loader/FileLoaderTest.php
  33. 1 1
      tests/Symfony/Tests/Components/DependencyInjection/Loader/IniFileLoaderTest.php
  34. 1 1
      tests/Symfony/Tests/Components/DependencyInjection/Loader/LoaderExtensionTest.php
  35. 1 1
      tests/Symfony/Tests/Components/DependencyInjection/Loader/LoaderTest.php
  36. 1 1
      tests/Symfony/Tests/Components/DependencyInjection/Loader/XmlFileLoaderTest.php
  37. 1 1
      tests/Symfony/Tests/Components/DependencyInjection/Loader/YamlFileLoaderTest.php
  38. 1 1
      tests/Symfony/Tests/Components/DependencyInjection/ParameterTest.php
  39. 1 1
      tests/Symfony/Tests/Components/DependencyInjection/ReferenceTest.php
  40. 1 1
      tests/Symfony/Tests/Components/OutputEscaper/EscaperTest.php
  41. 1 1
      tests/Symfony/Tests/Components/Templating/EngineTest.php
  42. 1 1
      tests/Symfony/Tests/Components/Templating/Helper/AssetsTest.php
  43. 1 1
      tests/Symfony/Tests/Components/Templating/Helper/HelperTest.php
  44. 1 1
      tests/Symfony/Tests/Components/Templating/Helper/JavascriptsHelperTest.php
  45. 1 1
      tests/Symfony/Tests/Components/Templating/Helper/SlotsHelperTest.php
  46. 1 1
      tests/Symfony/Tests/Components/Templating/Helper/StylesheetsHelperTest.php
  47. 1 1
      tests/Symfony/Tests/Components/Templating/Loader/CacheLoaderTest.php
  48. 1 1
      tests/Symfony/Tests/Components/Templating/Loader/ChainLoaderTest.php
  49. 1 1
      tests/Symfony/Tests/Components/Templating/Loader/FilesystemLoaderTest.php
  50. 1 1
      tests/Symfony/Tests/Components/Templating/Loader/LoaderTest.php
  51. 1 1
      tests/Symfony/Tests/Components/Templating/Renderer/PhpRendererTest.php
  52. 1 1
      tests/Symfony/Tests/Components/Templating/Renderer/RendererTest.php
  53. 1 1
      tests/Symfony/Tests/Components/Templating/Storage/FileStorageTest.php
  54. 1 1
      tests/Symfony/Tests/Components/Templating/Storage/StorageTest.php
  55. 1 1
      tests/Symfony/Tests/Components/Templating/Storage/StringStorageTest.php
  56. 1 1
      tests/Symfony/Tests/Components/Yaml/DumperTest.php

+ 1 - 1
src/Symfony/Components/CssSelector/Parser.php

@@ -282,7 +282,7 @@ class Parser
   }
 
   /**
-   * @throws SyntaxError When encountered unexpected selector 
+   * @throws SyntaxError When encountered unexpected selector
    */
   protected function parseAttrib($selector, $stream)
   {

+ 1 - 1
src/Symfony/Components/EventDispatcher/Event.php

@@ -5,7 +5,7 @@ namespace Symfony\Components\EventDispatcher;
 /*
  * This file is part of the Symfony package.
  * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
- * 
+ *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
  */

+ 1 - 1
src/Symfony/Components/EventDispatcher/EventDispatcher.php

@@ -5,7 +5,7 @@ namespace Symfony\Components\EventDispatcher;
 /*
  * This file is part of the Symfony package.
  * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
- * 
+ *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
  */

+ 1 - 1
src/Symfony/Components/Routing/Router.php

@@ -252,7 +252,7 @@ class Router implements RouterInterface
   }
 
   /**
-   * @throws \RuntimeException When cache file can't be wrote 
+   * @throws \RuntimeException When cache file can't be wrote
    */
   protected function writeCacheFile($file, $content)
   {

+ 1 - 1
src/Symfony/Components/Templating/Helper/JavascriptsHelper.php

@@ -85,7 +85,7 @@ class JavascriptsHelper extends Helper
 
   /**
    * Outputs HTML representation of the links to JavaScripts.
-   * 
+   *
    */
   public function output()
   {

+ 1 - 1
src/Symfony/Components/Templating/Helper/StylesheetsHelper.php

@@ -85,7 +85,7 @@ class StylesheetsHelper extends Helper
 
   /**
    * Outputs HTML representation of the links to stylesheets.
-   * 
+   *
    */
   public function output()
   {

+ 6 - 4
src/Symfony/Foundation/bootstrap.php

@@ -77,13 +77,13 @@ class KernelBundle extends Bundle
 
 namespace Symfony\Foundation\Bundle;
 
-
-
 use Symfony\Components\DependencyInjection\Loader\LoaderExtension;
 use Symfony\Components\DependencyInjection\Loader\XmlFileLoader;
 use Symfony\Components\DependencyInjection\BuilderConfiguration;
 
 
+
+
 class KernelExtension extends LoaderExtension
 {
   public function configLoad($config)
@@ -193,6 +193,7 @@ class ErrorHandler
     set_error_handler(array($this, 'handle'));
   }
 
+  
   public function handle($level, $message, $file, $line, $context)
   {
     if (0 === $this->level)
@@ -217,6 +218,7 @@ namespace Symfony\Foundation;
 
 class ClassCollectionLoader
 {
+  
   static public function load($classes, $cacheDir, $name, $autoReload)
   {
     $cache = $cacheDir.'/'.$name.'.php';
@@ -310,8 +312,6 @@ class ClassCollectionLoader
 
 namespace Symfony\Foundation;
 
-
-
 use Symfony\Components\DependencyInjection\ContainerInterface;
 use Symfony\Components\DependencyInjection\Builder;
 use Symfony\Components\DependencyInjection\BuilderConfiguration;
@@ -320,6 +320,8 @@ use Symfony\Components\DependencyInjection\FileResource;
 use Symfony\Components\RequestHandler\RequestInterface;
 
 
+
+
 abstract class Kernel implements \Serializable
 {
   protected $bundles;

+ 1 - 1
src/Symfony/Framework/DoctrineBundle/Command/BuildDoctrineCommand.php

@@ -110,7 +110,7 @@ The above will re-build everything and load all bundle data fixtures.
     if ($input->hasOption('and-load'))
     {
       $dirOrFile = $input->getOption('and-load');
-      $this->runCommand('doctrine:load-data-fixtures', 
+      $this->runCommand('doctrine:load-data-fixtures',
         array('--dir-or-file' => $dirOrFile, '--append' => false)
       );
     }

+ 1 - 1
src/Symfony/Framework/DoctrineBundle/Command/DatabaseToolDoctrineCommand.php

@@ -88,7 +88,7 @@ class DatabaseToolDoctrineCommand extends DoctrineCommand
       }
       else
       {
-        throw new \InvalidArgumentException(sprintf('<error>Could not find any configured connections</error>', $input->getOption('connection')));        
+        throw new \InvalidArgumentException(sprintf('<error>Could not find any configured connections</error>', $input->getOption('connection')));
       }
     }
   }

+ 1 - 1
src/Symfony/Framework/DoctrineBundle/Command/LoadDataFixturesDoctrineCommand.php

@@ -139,7 +139,7 @@ class LoadDataFixturesDoctrineCommand extends DoctrineCommand
       }
     }
   }
-  
+
   protected function purgeEntityManager(EntityManager $em)
   {
     $classes = array();

+ 1 - 1
src/Symfony/Framework/DoctrineBundle/Command/SchemaToolDoctrineCommand.php

@@ -81,7 +81,7 @@ class SchemaToolDoctrineCommand extends DoctrineCommand
       }
       else
       {
-        $output->writeln(sprintf('<error>Could not find any configured connections</error>', $input->getOption('connection')));        
+        $output->writeln(sprintf('<error>Could not find any configured connections</error>', $input->getOption('connection')));
       }
     }
   }

+ 6 - 5
src/Symfony/Framework/DoctrineBundle/Controller/DoctrineController.php

@@ -38,10 +38,10 @@ class DoctrineController extends Controller
   }
 
   /**
-   * Get the default entity manager service or the entity manager 
+   * Get the default entity manager service or the entity manager
    * with the given name.
    *
-   * @param string $name Optional entity manager service name 
+   * @param string $name Optional entity manager service name
    * @return object $em
    */
   protected function getEntityManager($name = null)
@@ -59,7 +59,7 @@ class DoctrineController extends Controller
   /**
    * Create a new QueryBuilder instance.
    *
-   * @param string $name Optional entity manager service name 
+   * @param string $name Optional entity manager service name
    * @return object QueryBuilder
    */
   public function createQueryBuilder($name = null)
@@ -70,8 +70,9 @@ class DoctrineController extends Controller
   /**
    * Create a new Query instance.
    *
-   * @param string $dql Optional Dql string to create the query from
-   * @param string $name Optional entity manager service name 
+   * @param string $dql  Optional Dql string to create the query from
+   * @param string $name Optional entity manager service name
+   *
    * @return object QueryBuilder
    */
   public function createQuery($dql = '', $name = null)

+ 1 - 1
src/Symfony/Framework/DoctrineBundle/DependencyInjection/DoctrineExtension.php

@@ -145,7 +145,7 @@ class DoctrineExtension extends LoaderExtension
       $configuration->setDefinition(sprintf('doctrine.dbal.%s_connection', $name), $driverDef);
     }
 
-    $configuration->setAlias('database_connection', 
+    $configuration->setAlias('database_connection',
       null !== $this->alias ? $this->alias : sprintf(
         'doctrine.dbal.%s_connection', $config['default_connection']
       )

+ 1 - 1
src/Symfony/Framework/WebBundle/Command/InitBundleCommand.php

@@ -43,7 +43,7 @@ class InitBundleCommand extends Command
 
   /**
    * @see Command
-   * 
+   *
    * @throws \InvalidArgumentException When namespace doesn't end with Bundle
    * @throws \RuntimeException         When bundle can't be executed
    */

+ 1 - 1
src/Symfony/Framework/WebBundle/Controller/DefaultController.php

@@ -15,7 +15,7 @@ use Symfony\Components\RequestHandler\Request;
  */
 
 /**
- * 
+ * DefaultController.
  *
  * @package    Symfony
  * @subpackage Framework_WebBundle

+ 1 - 1
src/Symfony/Framework/WebBundle/Controller/ExceptionController.php

@@ -18,7 +18,7 @@ use Symfony\Components\RequestHandler\Exception\HttpException;
  */
 
 /**
- * 
+ * ExceptionController.
  *
  * @package    Symfony
  * @subpackage Framework_WebBundle

+ 1 - 1
src/Symfony/Framework/WebBundle/Controller/TemplateController.php

@@ -15,7 +15,7 @@ use Symfony\Components\RequestHandler\Request;
  */
 
 /**
- * 
+ * TemplateController.
  *
  * @package    Symfony
  * @subpackage Framework_WebBundle

+ 3 - 3
src/Symfony/Framework/WebBundle/Debug/ExceptionFormatter.php

@@ -145,7 +145,7 @@ class ExceptionFormatter
       {
         $formattedValue = $value;
       }
-      
+
       $result[] = is_int($key) ? $formattedValue : sprintf("'%s' => %s", $this->escape($key), $formattedValue);
     }
 
@@ -154,12 +154,12 @@ class ExceptionFormatter
 
   /**
    * Formats a file path.
-   * 
+   *
    * @param  string  $file   An absolute file path
    * @param  integer $line   The line number
    * @param  string  $format The output format (txt or html)
    * @param  string  $text   Use this text for the link rather than the file path
-   * 
+   *
    * @return string
    */
   protected function formatFile($file, $line, $format = 'html', $text = null)

+ 2 - 2
src/Symfony/Framework/WebBundle/Session/NativeSession.php

@@ -85,13 +85,13 @@ class NativeSession implements SessionInterface
       self::$sessionStarted = true;
     }
   }
-  
+
   /**
    * Reads data from this storage.
    *
    * The preferred format for a key is directory style so naming conflicts can be avoided.
    *
-   * @param  string $key  A unique key identifying your data
+   * @param string $key A unique key identifying your data
    *
    * @return mixed Data associated with the key
    */

+ 6 - 6
src/Symfony/Framework/WebBundle/User.php

@@ -64,10 +64,10 @@ class User
   }
 
   /**
-   * Sets an user attribute
-   * 
+   * Sets an user attribute.
+   *
    * @param string $name
-   * @param mixed $value
+   * @param mixed  $value
    */
   public function setAttribute($name, $value)
   {
@@ -105,9 +105,9 @@ class User
   }
 
   /**
-   * Sets the user culture
-   * 
-   * @param string $culture 
+   * Sets the user culture.
+   *
+   * @param string $culture
    */
   public function setCulture($culture)
   {

+ 1 - 1
tests/Symfony/Tests/Components/DependencyInjection/BuilderConfigurationTest.php

@@ -3,7 +3,7 @@
 /*
  * This file is part of the symfony package.
  * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
- * 
+ *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
  */

+ 1 - 1
tests/Symfony/Tests/Components/DependencyInjection/BuilderTest.php

@@ -3,7 +3,7 @@
 /*
  * This file is part of the symfony package.
  * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
- * 
+ *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
  */

+ 1 - 1
tests/Symfony/Tests/Components/DependencyInjection/ContainerTest.php

@@ -3,7 +3,7 @@
 /*
  * This file is part of the symfony package.
  * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
- * 
+ *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
  */

+ 1 - 1
tests/Symfony/Tests/Components/DependencyInjection/CrossCheckTest.php

@@ -3,7 +3,7 @@
 /*
  * This file is part of the symfony package.
  * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
- * 
+ *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
  */

+ 1 - 1
tests/Symfony/Tests/Components/DependencyInjection/DefinitionTest.php

@@ -3,7 +3,7 @@
 /*
  * This file is part of the symfony package.
  * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
- * 
+ *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
  */

+ 1 - 1
tests/Symfony/Tests/Components/DependencyInjection/Dumper/DumperTest.php

@@ -3,7 +3,7 @@
 /*
  * This file is part of the symfony package.
  * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
- * 
+ *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
  */

+ 1 - 1
tests/Symfony/Tests/Components/DependencyInjection/Dumper/GraphvizDumperTest.php

@@ -3,7 +3,7 @@
 /*
  * This file is part of the symfony package.
  * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
- * 
+ *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
  */

+ 1 - 1
tests/Symfony/Tests/Components/DependencyInjection/Dumper/PhpDumperTest.php

@@ -3,7 +3,7 @@
 /*
  * This file is part of the symfony package.
  * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
- * 
+ *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
  */

+ 1 - 1
tests/Symfony/Tests/Components/DependencyInjection/Dumper/XmlDumperTest.php

@@ -3,7 +3,7 @@
 /*
  * This file is part of the symfony package.
  * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
- * 
+ *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
  */

+ 1 - 1
tests/Symfony/Tests/Components/DependencyInjection/Dumper/YamlDumperTest.php

@@ -3,7 +3,7 @@
 /*
  * This file is part of the symfony package.
  * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
- * 
+ *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
  */

+ 1 - 1
tests/Symfony/Tests/Components/DependencyInjection/FileResourceTest.php

@@ -3,7 +3,7 @@
 /*
  * This file is part of the symfony package.
  * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
- * 
+ *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
  */

+ 1 - 1
tests/Symfony/Tests/Components/DependencyInjection/Loader/FileLoaderTest.php

@@ -3,7 +3,7 @@
 /*
  * This file is part of the symfony package.
  * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
- * 
+ *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
  */

+ 1 - 1
tests/Symfony/Tests/Components/DependencyInjection/Loader/IniFileLoaderTest.php

@@ -3,7 +3,7 @@
 /*
  * This file is part of the symfony package.
  * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
- * 
+ *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
  */

+ 1 - 1
tests/Symfony/Tests/Components/DependencyInjection/Loader/LoaderExtensionTest.php

@@ -3,7 +3,7 @@
 /*
  * This file is part of the symfony package.
  * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
- * 
+ *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
  */

+ 1 - 1
tests/Symfony/Tests/Components/DependencyInjection/Loader/LoaderTest.php

@@ -3,7 +3,7 @@
 /*
  * This file is part of the symfony package.
  * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
- * 
+ *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
  */

+ 1 - 1
tests/Symfony/Tests/Components/DependencyInjection/Loader/XmlFileLoaderTest.php

@@ -3,7 +3,7 @@
 /*
  * This file is part of the symfony package.
  * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
- * 
+ *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
  */

+ 1 - 1
tests/Symfony/Tests/Components/DependencyInjection/Loader/YamlFileLoaderTest.php

@@ -3,7 +3,7 @@
 /*
  * This file is part of the symfony package.
  * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
- * 
+ *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
  */

+ 1 - 1
tests/Symfony/Tests/Components/DependencyInjection/ParameterTest.php

@@ -3,7 +3,7 @@
 /*
  * This file is part of the symfony package.
  * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
- * 
+ *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
  */

+ 1 - 1
tests/Symfony/Tests/Components/DependencyInjection/ReferenceTest.php

@@ -3,7 +3,7 @@
 /*
  * This file is part of the symfony package.
  * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
- * 
+ *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
  */

+ 1 - 1
tests/Symfony/Tests/Components/OutputEscaper/EscaperTest.php

@@ -4,7 +4,7 @@
  * This file is part of the symfony package.
  *
  * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
- * 
+ *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
  */

+ 1 - 1
tests/Symfony/Tests/Components/Templating/EngineTest.php

@@ -4,7 +4,7 @@
  * This file is part of the symfony package.
  *
  * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
- * 
+ *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
  */

+ 1 - 1
tests/Symfony/Tests/Components/Templating/Helper/AssetsTest.php

@@ -4,7 +4,7 @@
  * This file is part of the symfony package.
  *
  * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
- * 
+ *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
  */

+ 1 - 1
tests/Symfony/Tests/Components/Templating/Helper/HelperTest.php

@@ -4,7 +4,7 @@
  * This file is part of the symfony package.
  *
  * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
- * 
+ *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
  */

+ 1 - 1
tests/Symfony/Tests/Components/Templating/Helper/JavascriptsHelperTest.php

@@ -4,7 +4,7 @@
  * This file is part of the symfony package.
  *
  * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
- * 
+ *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
  */

+ 1 - 1
tests/Symfony/Tests/Components/Templating/Helper/SlotsHelperTest.php

@@ -4,7 +4,7 @@
  * This file is part of the symfony package.
  *
  * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
- * 
+ *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
  */

+ 1 - 1
tests/Symfony/Tests/Components/Templating/Helper/StylesheetsHelperTest.php

@@ -4,7 +4,7 @@
  * This file is part of the symfony package.
  *
  * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
- * 
+ *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
  */

+ 1 - 1
tests/Symfony/Tests/Components/Templating/Loader/CacheLoaderTest.php

@@ -4,7 +4,7 @@
  * This file is part of the symfony package.
  *
  * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
- * 
+ *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
  */

+ 1 - 1
tests/Symfony/Tests/Components/Templating/Loader/ChainLoaderTest.php

@@ -4,7 +4,7 @@
  * This file is part of the symfony package.
  *
  * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
- * 
+ *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
  */

+ 1 - 1
tests/Symfony/Tests/Components/Templating/Loader/FilesystemLoaderTest.php

@@ -4,7 +4,7 @@
  * This file is part of the symfony package.
  *
  * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
- * 
+ *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
  */

+ 1 - 1
tests/Symfony/Tests/Components/Templating/Loader/LoaderTest.php

@@ -4,7 +4,7 @@
  * This file is part of the symfony package.
  *
  * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
- * 
+ *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
  */

+ 1 - 1
tests/Symfony/Tests/Components/Templating/Renderer/PhpRendererTest.php

@@ -4,7 +4,7 @@
  * This file is part of the symfony package.
  *
  * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
- * 
+ *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
  */

+ 1 - 1
tests/Symfony/Tests/Components/Templating/Renderer/RendererTest.php

@@ -4,7 +4,7 @@
  * This file is part of the symfony package.
  *
  * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
- * 
+ *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
  */

+ 1 - 1
tests/Symfony/Tests/Components/Templating/Storage/FileStorageTest.php

@@ -4,7 +4,7 @@
  * This file is part of the symfony package.
  *
  * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
- * 
+ *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
  */

+ 1 - 1
tests/Symfony/Tests/Components/Templating/Storage/StorageTest.php

@@ -4,7 +4,7 @@
  * This file is part of the symfony package.
  *
  * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
- * 
+ *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
  */

+ 1 - 1
tests/Symfony/Tests/Components/Templating/Storage/StringStorageTest.php

@@ -4,7 +4,7 @@
  * This file is part of the symfony package.
  *
  * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
- * 
+ *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
  */

+ 1 - 1
tests/Symfony/Tests/Components/Yaml/DumperTest.php

@@ -3,7 +3,7 @@
 /*
  * This file is part of the symfony package.
  * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
- * 
+ *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
  */