From 878bc62c1f0fbb85d6fc9e4ed62aeb01fead3440 Mon Sep 17 00:00:00 2001 From: Maxime Veber Date: Fri, 20 Apr 2018 11:49:05 +0200 Subject: [PATCH] Fix wrong phpdoc The exception was renamed but the phpdoc not updated. This have no impact on anything (even IDE autocompletion) but looks bad. Here is a fix. --- .../Exception/MissingConstructorArgumentsException.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Serializer/Exception/MissingConstructorArgumentsException.php b/src/Symfony/Component/Serializer/Exception/MissingConstructorArgumentsException.php index b9b768b53f..3872d44865 100644 --- a/src/Symfony/Component/Serializer/Exception/MissingConstructorArgumentsException.php +++ b/src/Symfony/Component/Serializer/Exception/MissingConstructorArgumentsException.php @@ -12,7 +12,7 @@ namespace Symfony\Component\Serializer\Exception; /** - * IncompleteInputDataException. + * MissingConstructorArgumentsException. * * @author Maxime VEBER */