Skip to content

Commit 19f796b

Browse files
committed
Link to PHP documentation & PR #16 [skip ci]
1 parent 29a20ea commit 19f796b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/test/php/text/json/unittest/JsonInputTest.class.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@
99
/**
1010
* Test JSON input
1111
*
12-
* @see php://json_decode
12+
* @see https://php.net/json_decode
1313
* @see https://bugs.php.net/bug.php?id=41504
1414
* @see https://bugs.php.net/bug.php?id=45791
1515
* @see https://bugs.php.net/bug.php?id=45989
1616
* @see https://bugs.php.net/bug.php?id=54484
1717
* @see https://github.com/xp-framework/xp-framework/issues/189
18+
* @see https://github.com/xp-forge/json/pull/16
1819
*/
1920
abstract class JsonInputTest {
2021

0 commit comments

Comments
 (0)