@@ -30,7 +30,7 @@ |
||
30 | 30 | return $this->patchListUtils->compareLists( |
31 | 31 | $patches, |
32 | 32 | $repositoryState, |
33 | - function ($packagePatches, $packageState) use ($patchDataUtils) { |
|
33 | + function($packagePatches, $packageState) use ($patchDataUtils) { |
|
34 | 34 | return $packagePatches |
35 | 35 | || $patchDataUtils->shouldReinstall($packageState, $packagePatches); |
36 | 36 | } |
@@ -30,7 +30,7 @@ |
||
30 | 30 | return $this->patchListUtils->compareLists( |
31 | 31 | $patches, |
32 | 32 | $repositoryState, |
33 | - function ($packagePatches, $packageState) use ($patchDataUtils) { |
|
33 | + function($packagePatches, $packageState) use ($patchDataUtils) { |
|
34 | 34 | return $patchDataUtils->shouldReinstall( |
35 | 35 | $packageState, |
36 | 36 | $packagePatches |