File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
lib/internal/Magento/Framework/Interception/Test/Unit/PluginList Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,8 @@ public function testGetPlugin()
185
185
$ this ->_processed = array_merge ($ processedItem , $ processedItemContainer ); /** @phpstan-ignore-line */
186
186
}
187
187
if ($ type === 'Magento\Framework\Interception\Test\Unit\Custom\Module\Model\StartingBackslash ' ) {
188
- $ this ->_inherited = array_merge ($ inheritedItem , $ inheritedItemContainer , $ inheritedStartingBackslash ); /** @phpstan-ignore-line */
188
+ /** @phpstan-ignore-next-line */
189
+ $ this ->_inherited = array_merge ($ inheritedItem , $ inheritedItemContainer , $ inheritedStartingBackslash );
189
190
$ this ->_processed = array_merge ($ processedItem , $ processedItemContainer ); /** @phpstan-ignore-line */
190
191
}
191
192
};
You can’t perform that action at this time.
0 commit comments