File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
dev/tests/integration/testsuite/Magento/Test/Integrity/Modular
lib/internal/Magento/Framework/View/Layout/Argument/Interpreter Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -77,9 +77,8 @@ public function layoutArgumentsDataProvider()
77
77
*/
78
78
protected function isSkippedArgument (array $ argumentData )
79
79
{
80
- // Do not take into account argument name and parameters
81
- unset($ argumentData ['name ' ]);
82
- unset($ argumentData ['param ' ]);
80
+ // Do not take into account argument name, shared and parameters
81
+ unset($ argumentData ['name ' ], $ argumentData ['param ' ], $ argumentData ['shared ' ]);
83
82
84
83
$ isUpdater = isset ($ argumentData ['updater ' ]);
85
84
unset($ argumentData ['updater ' ]);
Original file line number Diff line number Diff line change @@ -48,10 +48,7 @@ public function __construct(
48
48
}
49
49
50
50
/**
51
- * {@inheritdoc}
52
- * @return object
53
- * @throws \InvalidArgumentException
54
- * @throws \UnexpectedValueException
51
+ * @inheritdoc
55
52
*/
56
53
public function evaluate (array $ data )
57
54
{
You can’t perform that action at this time.
0 commit comments