Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 48f0afc

Browse files
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
2 parents d0db387 + 878bc62 commit 48f0afc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
namespace Symfony\Component\Serializer\Exception;
1313

1414
/**
15-
* IncompleteInputDataException.
16-
*
1715
* @author Maxime VEBER <[email protected]>
1816
*/
1917
class MissingConstructorArgumentsException extends RuntimeException

0 commit comments

Comments
 (0)