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 a4a918c commit 78ae3d8Copy full SHA for 78ae3d8
packages/devlink/src/Console/Traits/Check.php
@@ -255,6 +255,10 @@ private function arePackagesInSync(array $packages): bool
255
);
256
257
foreach ($packages as $package) {
258
+ if (! ($package['linked'] ?? false)) {
259
+ continue;
260
+ }
261
+
262
$packageName = $this->getPackageName($package['name'], $package['config']);
263
if (! $packageName) {
264
continue;
0 commit comments