Skip to content

Commit 7e12597

Browse files
committed
style: cs
1 parent 7e66e81 commit 7e12597

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Comment.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ protected function hasCommentEnded($char, $charnext)
8888
*
8989
* @see http://php.net/json_decode [JSON decode native function]
9090
*
91-
* @return mixed
92-
*
9391
* @throws \RuntimeException When decode fails.
92+
*
93+
* @return mixed
9494
*/
9595
public function decode($json, $assoc = false, $depth = 512, $options = 0)
9696
{

0 commit comments

Comments
 (0)