Skip to content

Commit 1ed816a

Browse files
committed
Fix: Run 'make coding-standards'
1 parent 5ada04a commit 1ed816a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Differ.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ public function diff($from, $to, ?LongestCommonSubsequenceCalculator $lcs = null
104104
* - 1: ADDED: $token was added to $from
105105
* - 0: OLD: $token is not changed in $to
106106
*
107-
* @param array|string $from
108-
* @param array|string $to
107+
* @param array|string $from
108+
* @param array|string $to
109109
* @param ?LongestCommonSubsequenceCalculator $lcs
110110
*/
111111
public function diffToArray($from, $to, ?LongestCommonSubsequenceCalculator $lcs = null): array

0 commit comments

Comments
 (0)