We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6812d0 commit df270f5Copy full SHA for df270f5
lib/jblond/Diff/Renderer/MainRendererAbstract.php
@@ -36,8 +36,8 @@ abstract class MainRendererAbstract
36
* - deleteMarkers Markers for removed text.
37
* - insertMarkers Markers for inserted text.
38
* - equalityMarkers Markers for unchanged and changed lines.
39
- * - insertColors Fore- and background color for inserted text. Only when cloColor = true.
40
- * - deleteColors Fore- and background color for removed text. Only when cloColor = true.
+ * - insertColors Fore- and background color for inserted text. Only when cliColor = true.
+ * - deleteColors Fore- and background color for removed text. Only when cliColor = true.
41
*/
42
protected $mainOptions = [
43
'tabSize' => 4,
0 commit comments