Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb88be6f

Browse files
committed
Fix CS.
1 parent28e101d commitb88be6f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

‎src/Symfony/Component/Serializer/Normalizer/GetSetMethodNormalizer.php‎

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ class GetSetMethodNormalizer extends SerializerAwareNormalizer implements Normal
4848
* Set circular reference limit.
4949
*
5050
* @param $circularReferenceLimit limit of iterations for the same object
51-
* @return GetSetMethodNormalizer
51+
*
52+
* @return self
5253
*/
5354
publicfunctionsetCircularReferenceLimit($circularReferenceLimit)
5455
{
@@ -61,7 +62,9 @@ public function setCircularReferenceLimit($circularReferenceLimit)
6162
* Set circular reference handler.
6263
*
6364
* @param callable $circularReferenceHandler
64-
* @return GetSetMethodNormalizer
65+
*
66+
* @return self
67+
*
6568
* @throws InvalidArgumentException
6669
*/
6770
publicfunctionsetCircularReferenceHandler($circularReferenceHandler)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp