Skip to content

Commit 6e82f83

Browse files
committed
AC-15344:: Add change level to breaking change table report in SVC
1 parent 3c29c2e commit 6e82f83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Reporter/BreakingChangeTableReporter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ private function getLevelLabel(int $level): string
149149
* @param \PHPSemVerChecker\Operation\Operation $operation
150150
* @return bool
151151
*/
152-
private function isPrivateMemberChange($operation): bool
152+
private function isPrivateMemberChange(\PHPSemVerChecker\Operation\Operation $operation): bool
153153
{
154154
$target = $operation->getTarget();
155155
$reason = $operation->getReason();

0 commit comments

Comments
 (0)