8000 Fix wrong phpdoc · symfony/symfony@878bc62 · GitHub
[go: up one dir, main page]

Skip to content

Commit 878bc62

Browse files
authored
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.
1 parent d0db387 commit 878bc62

File tree

< 8000 div class="d-flex flex-items-center">

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Serializer/Exception/MissingConstructorArgumentsException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
namespace Symfony\Component\Serializer\Exception;
1313

1414
/**
15-
* IncompleteInputDataException.
15+
* MissingConstructorArgumentsException.
1616
*
1717
* @author Maxime VEBER <maxime.veber@nekland.fr>
1818
*/

0 commit comments

Comments
 (0)
0