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.
This commit is contained in:
Maxime Veber 2018-04-20 11:49:05 +02:00 committed by GitHub
parent d0db3879d9
commit 878bc62c1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@
namespace Symfony\Component\Serializer\Exception;
/**
* IncompleteInputDataException.
* MissingConstructorArgumentsException.
*
* @author Maxime VEBER <maxime.veber@nekland.fr>
*/