Skip to content

Commit 09e93af

Browse files
committed
Fix deprecation message
1 parent 0bd76f5 commit 09e93af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/pccb_clover_compare

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use Symfony\Component\Console\Application;
99

1010
require __DIR__ . '/include_autoloader.php';
1111

12-
@trigger_error('[ WARNING ] file "bin/pccb_clover_build_baseline" is deprecated.'
12+
@trigger_error('[ WARNING ] file "bin/pccb_clover_compare" is deprecated.'
1313
. ' Use call "bin/pccb pccb:clover:compare" instead.', \E_USER_DEPRECATED);
1414

1515
try {

0 commit comments

Comments
 (0)