minor #26988 Fix wrong phpdoc (Nek-)

This PR was merged into the 4.1-dev branch.

Discussion
----------

Fix wrong phpdoc

The exception was renamed but the phpdoc not updated. This has no impact on anything (even IDE autocompletion) but looks bad. Here is a fix.

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? |no
| Tests pass?   | yes
| Fixed tickets | none
| License       | MIT
| Doc PR        | Not needed

Commits
-------

878bc62 Fix wrong phpdoc
This commit is contained in:
Nicolas Grekas 2018-04-20 11:57:39 +02:00
commit 48f0afccde

View File

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