Skip to content

Commit 6c35f07

Browse files
committed
AC-14557:: False positives in the backward-incompatible changes report (SVC)
1 parent 3a5f43f commit 6c35f07

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Analyzer/ClassMethodAnalyzer.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,11 @@ protected function reportChanged($report, $contextBefore, $contextAfter, $method
264264
$contextAfter,
265265
$methodAfter
266266
);
267+
echo "\nTemporary added code \n";
268+
print_r($data);
269+
echo "\n======\n";
270+
print_r($data, true);
271+
echo "\nEnd Temporary added code \n";
267272
$report->add($this->context, $data);
268273
$signatureChanged = true;
269274
}

0 commit comments

Comments
 (0)