mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 17:58:41 +00:00
Automated formatting changes
This commit is contained in:
parent
7c8469c114
commit
7077ab29ea
|
|
@ -326,7 +326,7 @@ final class StringUtils
|
|||
for ($j = 0; $j < $n2; ++$j) {
|
||||
$dm[$i][$j] = $from[$i] === $to[$j]
|
||||
? $dm[$i - 1][$j - 1] + 1
|
||||
: \max($$dm[$i - 1][$j], $dm[$i][$j - 1]);
|
||||
: \max(${$dm}[$i - 1][$j], $dm[$i][$j - 1]);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user