Skip to content

Commit 1a53f5f

Browse files
committed
DX: replace @link with @see annotation
1 parent 9bada40 commit 1a53f5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Data/Bundle/Reader/JsonBundleReader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function read($path, $locale)
6363
/**
6464
* @return string The last error message created by {@link json_decode()}
6565
*
66-
* @link http://de2.php.net/manual/en/function.json-last-error-msg.php#113243
66+
* @see http://de2.php.net/manual/en/function.json-last-error-msg.php#113243
6767
*/
6868
private static function getLastJsonError()
6969
{

Data/Generator/RegionDataGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*
2222
* @author Bernhard Schussek <[email protected]>
2323
*
24-
* @link http://source.icu-project.org/repos/icu/icu4j/trunk/main/classes/core/src/com/ibm/icu/util/Region.java
24+
* @see http://source.icu-project.org/repos/icu/icu4j/trunk/main/classes/core/src/com/ibm/icu/util/Region.java
2525
*
2626
* @internal
2727
*/

0 commit comments

Comments
 (0)