We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29a20ea commit 19f796bCopy full SHA for 19f796b
1 file changed
src/test/php/text/json/unittest/JsonInputTest.class.php
@@ -9,12 +9,13 @@
9
/**
10
* Test JSON input
11
*
12
- * @see php://json_decode
+ * @see https://php.net/json_decode
13
* @see https://bugs.php.net/bug.php?id=41504
14
* @see https://bugs.php.net/bug.php?id=45791
15
* @see https://bugs.php.net/bug.php?id=45989
16
* @see https://bugs.php.net/bug.php?id=54484
17
* @see https://github.com/xp-framework/xp-framework/issues/189
18
+ * @see https://github.com/xp-forge/json/pull/16
19
*/
20
abstract class JsonInputTest {
21
0 commit comments