I am comparing php files but get unexpected results with function names.
These 2 lines are an example of the text being compared.
function __construct() {
function settings() {
BC marks these as unimportant differences and marks the file comparison as "Similar".
How can I configure BC to treat these differences as important and mark the file comparison as "don't match"?
These 2 lines are an example of the text being compared.
function __construct() {
function settings() {
BC marks these as unimportant differences and marks the file comparison as "Similar".
How can I configure BC to treat these differences as important and mark the file comparison as "don't match"?
Comment