File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 99 }
1010 ],
1111 "license" : " MIT" ,
12- "version" : " 1.0.2 " ,
12+ "version" : " 1.0.3 " ,
1313 "require" : {
14- "php" : " ^7.0 |^8.0"
14+ "php" : " ^7.1 |^8.0"
1515 },
1616 "minimum-stability" : " stable" ,
1717 "autoload" : {
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ class LevenshteinDiffCalculator implements StringDiffCalculatorInterface
2828
2929 public function __construct (
3030 string $ separatorRegex = self ::SPLIT_CHARS_REGEX ,
31- OperationCostCalculator $ operationCostCalculator = null ,
32- StringDiffCalculatorInterface $ itemDiffCalculator = null
31+ ? OperationCostCalculator $ operationCostCalculator = null ,
32+ ? StringDiffCalculatorInterface $ itemDiffCalculator = null
3333 )
3434 {
3535 $ this ->separatorRegex = $ separatorRegex ;
You can’t perform that action at this time.
0 commit comments