We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e66e81 commit 7e12597Copy full SHA for 7e12597
src/Comment.php
@@ -88,9 +88,9 @@ protected function hasCommentEnded($char, $charnext)
88
*
89
* @see http://php.net/json_decode [JSON decode native function]
90
91
- * @return mixed
92
- *
93
* @throws \RuntimeException When decode fails.
+ *
+ * @return mixed
94
*/
95
public function decode($json, $assoc = false, $depth = 512, $options = 0)
96
{
0 commit comments