X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=vendor%2Fsymfony%2Fyaml%2FException%2FParseException.php;fp=vendor%2Fsymfony%2Fyaml%2FException%2FParseException.php;h=be79960b3e8a7ac70212e8973ea83c068198229e;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hp=3b38b643964acd0d90dcbf2ed63a284fedfa04ba;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0;p=yaffs-website diff --git a/vendor/symfony/yaml/Exception/ParseException.php b/vendor/symfony/yaml/Exception/ParseException.php index 3b38b6439..be79960b3 100644 --- a/vendor/symfony/yaml/Exception/ParseException.php +++ b/vendor/symfony/yaml/Exception/ParseException.php @@ -24,8 +24,6 @@ class ParseException extends RuntimeException private $rawMessage; /** - * Constructor. - * * @param string $message The error message * @param int $parsedLine The line where the error occurred * @param string|null $snippet The snippet of code near the problem