diff --git a/bin/roave-backward-compatibility-check.php b/bin/roave-backward-compatibility-check.php index 2edcf53a..c261d6a5 100644 --- a/bin/roave-backward-compatibility-check.php +++ b/bin/roave-backward-compatibility-check.php @@ -208,7 +208,7 @@ static function (string $installationPath) use ($composerIo): Installer { )), )), new ClassBased\SkipClassBasedErrors(new ClassBased\MethodChanged( - new MethodBased\SkipMethodBasedErrors(new MethodBased\OnlyPublicMethodChanged( + new MethodBased\SkipMethodBasedErrors(new MethodBased\OnlyPublicMethodChanged(new MethodBased\ExcludeInternalMethod( new MethodBased\MultipleChecksOnAMethod( new MethodBased\SkipMethodBasedErrors(new MethodBased\MethodBecameFinal()), new MethodBased\SkipMethodBasedErrors(new MethodBased\MethodConcretenessChanged()), @@ -226,7 +226,7 @@ static function (string $installationPath) use ($composerIo): Installer { ), )), ), - )), + ))), )), ), )),