diff --git a/Dumper.php b/Dumper.php index 5a4b42af..9f2fb58f 100644 --- a/Dumper.php +++ b/Dumper.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. @@ -14,7 +14,7 @@ /** * Dumper dumps PHP variables to YAML strings. * - * @author Fabien Potencier + * @author Fabien Potencier */ class Dumper { diff --git a/Escaper.php b/Escaper.php index 372dbaf4..9ff9272f 100644 --- a/Escaper.php +++ b/Escaper.php @@ -2,7 +2,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/Exception.php b/Exception.php index c39e70cf..0c95e936 100644 --- a/Exception.php +++ b/Exception.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. @@ -14,7 +14,7 @@ /** * Exception class used by all exceptions thrown by the component. * - * @author Fabien Potencier + * @author Fabien Potencier */ class Exception extends \Exception { diff --git a/Inline.php b/Inline.php index c515be05..35dd048c 100644 --- a/Inline.php +++ b/Inline.php @@ -2,7 +2,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. @@ -13,7 +13,7 @@ /** * Inline implements a YAML parser/dumper for the YAML inline syntax. * - * @author Fabien Potencier + * @author Fabien Potencier */ class Inline { diff --git a/Parser.php b/Parser.php index 13fe4641..e16435df 100644 --- a/Parser.php +++ b/Parser.php @@ -2,7 +2,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. @@ -13,7 +13,7 @@ /** * Parser parses YAML strings to convert them to PHP arrays. * - * @author Fabien Potencier + * @author Fabien Potencier */ class Parser { diff --git a/ParserException.php b/ParserException.php index e7035cb3..4689c8d7 100644 --- a/ParserException.php +++ b/ParserException.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. @@ -14,7 +14,7 @@ /** * Exception class used by all exceptions thrown by the component. * - * @author Fabien Potencier + * @author Fabien Potencier */ class ParserException extends Exception { diff --git a/Unescaper.php b/Unescaper.php index d7969cd4..c9c30c75 100644 --- a/Unescaper.php +++ b/Unescaper.php @@ -2,7 +2,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/Yaml.php b/Yaml.php index b902d917..cf22a033 100644 --- a/Yaml.php +++ b/Yaml.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. @@ -14,7 +14,7 @@ /** * Yaml offers convenience methods to load and dump YAML. * - * @author Fabien Potencier + * @author Fabien Potencier */ class Yaml {