refactor #319
Annotations
1 error and 1 warning
|
PHP 8.4 on ubuntu-latest Composer v2 (highest)
Process completed with exit code 1.
|
|
PHP 8.4 on ubuntu-latest Composer v2 (highest):
src/Diff/DiffEntry.php#L126
Escaped Mutant for Mutator "PublicVisibility":
@@ @@
/**
* @return PackageInterface
*/
- public function getPackage()
+ protected function getPackage()
{
$operation = $this->getOperation();
if ($operation instanceof UpdateOperation) {
|