We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c29c2e commit 6e82f83Copy full SHA for 6e82f83
src/Reporter/BreakingChangeTableReporter.php
@@ -149,7 +149,7 @@ private function getLevelLabel(int $level): string
149
* @param \PHPSemVerChecker\Operation\Operation $operation
150
* @return bool
151
*/
152
- private function isPrivateMemberChange($operation): bool
+ private function isPrivateMemberChange(\PHPSemVerChecker\Operation\Operation $operation): bool
153
{
154
$target = $operation->getTarget();
155
$reason = $operation->getReason();
0 commit comments