DiffFormatter::$line_stats
The line stats.
Type: array
File
- 
              core/lib/ Drupal/ Component/ Diff/ DiffFormatter.php, line 44 
Class
- DiffFormatter
- A class to format Diffs
Namespace
Drupal\Component\DiffCode
protected $line_stats = [
  'counter' => [
    'x' => 0,
    'y' => 0,
  ],
  'offset' => [
    'x' => 0,
    'y' => 0,
  ],
];Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
