Skip to content

Commit 3e911eb

Browse files
Revert class-json.php
1 parent 7246056 commit 3e911eb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/wp-includes/class-json.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -940,7 +940,7 @@ function isError($data, $code = null)
940940
* @deprecated 5.3.0 Use the PHP native JSON extension instead.
941941
*
942942
* @param string
943-
* @return int length
943+
* @return integer length
944944
*/
945945
function strlen8( $str )
946946
{
@@ -958,9 +958,9 @@ function strlen8( $str )
958958
* @deprecated 5.3.0 Use the PHP native JSON extension instead.
959959
*
960960
* @param string
961-
* @param int start
962-
* @param int length
963-
* @return int length
961+
* @param integer start
962+
* @param integer length
963+
* @return integer length
964964
*/
965965
function substr8( $string, $start, $length=false )
966966
{

0 commit comments

Comments
 (0)