* [misc] Replace \t with spaces.

This commit is contained in:
liugang
2025-10-27 09:08:22 +08:00
parent 6a8746608c
commit a399822eaf
+1 -1
View File
@@ -17,7 +17,7 @@ class diff extends baseDelegate
{
protected static $className = 'GorHill\FineDiff\FineDiff';
public function __construct($from_text = '', $to_text = '', $granularityStack = null)
public function __construct($from_text = '', $to_text = '', $granularityStack = null)
{
$this->instance = new self::$className($from_text, $to_text, $granularityStack);
}