Skip to content

Commit 53502f2

Browse files
committed
return type match
1 parent ea70fdf commit 53502f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/jblond/Diff/SequenceMatcher.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ private function chainB()
237237
* for the list of junk characters.
238238
*
239239
* @param string $b
240-
* @return boolean $b True if the character is considered junk. False if not.
240+
* @return bool $b True if the character is considered junk. False if not.
241241
*/
242242
private function isBJunk($b) : bool
243243
{
@@ -349,7 +349,7 @@ public function findLongestMatch($alo, $ahi, $blo, $bhi) : array
349349
*
350350
* @param int $aIndex Line number to check against in a.
351351
* @param int $bIndex Line number to check against in b.
352-
* @return boolean True if the lines are different and false if not.
352+
* @return bool True if the lines are different and false if not.
353353
*/
354354
public function linesAreDifferent($aIndex, $bIndex) : bool
355355
{

0 commit comments

Comments
 (0)