-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -415,6 +415,8 @@ private function applyInnerStrategy( | |
): bool { | ||
/** | ||
* @psalm-suppress InternalProperty | ||
* | ||
* @var string|null $innerServiceId | ||
Check failure on line 419 in src/Command/ServiceChangesCommand.php
|
||
*/ | ||
$innerServiceId = $definition->innerServiceId; | ||
if ($innerServiceId !== null && str_contains($innerServiceId, '.inner')) { | ||
|