File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
tests/app/Magento/User/Test/Handler/Role Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
use Magento \Mtf \Fixture \FixtureInterface ;
10
10
11
11
/**
12
- * Parent fixture data source clsss .
12
+ * Parent fixture data source class .
13
13
*/
14
14
class DataSource implements FixtureInterface
15
15
{
@@ -51,9 +51,9 @@ public function getData($key = null)
51
51
}
52
52
53
53
/**
54
- * Return data set configuration settings
54
+ * Return data set configuration settings.
55
55
*
56
- * @return string
56
+ * @return array
57
57
*/
58
58
public function getDataConfig ()
59
59
{
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ protected function prepareAssignedUsers(FixtureInterface $fixture)
124
124
125
125
// TODO: Method should be removed in scope of MAGETWO-31563
126
126
/**
127
- * Prepare admin gws option
127
+ * Prepare admin gws option.
128
128
*
129
129
* @param array $data
130
130
* @return array
You can’t perform that action at this time.
0 commit comments