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()
185185 $ this ->_processed = array_merge ($ processedItem , $ processedItemContainer ); /** @phpstan-ignore-line */
186186 }
187187 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 );
189190 $ this ->_processed = array_merge ($ processedItem , $ processedItemContainer ); /** @phpstan-ignore-line */
190191 }
191192 };
You can’t perform that action at this time.
0 commit comments