Merge "Document the block duration tooltip"
[lhc/web/wiklou.git] / includes / diff / UnifiedDiffFormatter.php
index d489538..0a86ccc 100644 (file)
  * @ingroup DifferenceEngine
  */
 class UnifiedDiffFormatter extends DiffFormatter {
+       /** @var int */
        protected $leadingContextLines = 2;
+
+       /** @var int */
        protected $trailingContextLines = 2;
 
        /**