File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -130,13 +130,13 @@ public function setOptions($options)
130
130
/**
131
131
* Set the first and second sequences to use with the sequence matcher.
132
132
*
133
- * @param string|array $a A string or array containing the lines to compare against.
134
- * @param string|array $b A string or array containing the lines to compare.
133
+ * @param string|array $partA A string or array containing the lines to compare against.
134
+ * @param string|array $partB A string or array containing the lines to compare.
135
135
*/
136
- public function setSequences ($ a , $ b )
136
+ public function setSequences ($ partA , $ partB )
137
137
{
138
- $ this ->setSeq1 ($ a );
139
- $ this ->setSeq2 ($ b );
138
+ $ this ->setSeq1 ($ partA );
139
+ $ this ->setSeq2 ($ partB );
140
140
}
141
141
142
142
/**
You can’t perform that action at this time.
0 commit comments