Changeset 49120 for trunk/src/wp-includes/Text/Diff.php
- Timestamp:
- 10/10/2020 08:00:30 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/Text/Diff.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/Text/Diff.php
r32990 r49120 76 76 * @since Text_Diff 1.1.0 77 77 * 78 * @return int egerThe number of new lines78 * @return int The number of new lines 79 79 */ 80 80 function countAddedLines() … … 95 95 * @since Text_Diff 1.1.0 96 96 * 97 * @return int egerThe number of deleted lines97 * @return int The number of deleted lines 98 98 */ 99 99 function countDeletedLines() … … 140 140 * Checks for an empty diff. 141 141 * 142 * @return bool eanTrue if two sequences were identical.142 * @return bool True if two sequences were identical. 143 143 */ 144 144 function isEmpty() … … 157 157 * This is mostly for diagnostic purposes. 158 158 * 159 * @return int egerThe length of the LCS.159 * @return int The length of the LCS. 160 160 */ 161 161 function lcs() … … 211 211 * 212 212 * @param string $line The line to trim. 213 * @param int eger $keyThe index of the line in the array. Not used.213 * @param int $key The index of the line in the array. Not used. 214 214 */ 215 215 static function trimNewlines(&$line, $key)
Note: See TracChangeset
for help on using the changeset viewer.