Skip to content
Snippets Groups Projects
Commit 65950e3e authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

define properties, re #1295

parent 2349a138
No related branches found
No related tags found
No related merge requests found
......@@ -1821,7 +1821,9 @@ Information Processing Letters 35, 6 (1990), 317-323.
class line_diff
{
var $arr1,$arr2,$m,$n,$pos,$key,$plus,$minus,$equal,$reverse;
var $arr1,$arr2,$m,$n,$pos,$key,$plus,$minus,$equal,$reverse,$result,$path;
var $add_count;
var $delete_count;
function __construct($plus='+',$minus='-',$equal='=')
{
......
......@@ -20,5 +20,4 @@ parameters:
errorFormat:
junit
ignoreErrors:
- '#Access to an undefined property#'
- '#Undefined variable#'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment