Skip to content

Commit 293e6fe

Browse files
author
Dmytro Aponasenko
committed
MTA-1679: Sync qmt repository with mainline - Sprint 8
1 parent ad71011 commit 293e6fe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dev/tests/functional/lib/Magento/Mtf/Fixture/DataSource.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
use Magento\Mtf\Fixture\FixtureInterface;
1010

1111
/**
12-
* Parent fixture data source clsss.
12+
* Parent fixture data source class.
1313
*/
1414
class DataSource implements FixtureInterface
1515
{
@@ -51,9 +51,9 @@ public function getData($key = null)
5151
}
5252

5353
/**
54-
* Return data set configuration settings
54+
* Return data set configuration settings.
5555
*
56-
* @return string
56+
* @return array
5757
*/
5858
public function getDataConfig()
5959
{

dev/tests/functional/tests/app/Magento/User/Test/Handler/Role/Curl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ protected function prepareAssignedUsers(FixtureInterface $fixture)
124124

125125
// TODO: Method should be removed in scope of MAGETWO-31563
126126
/**
127-
* Prepare admin gws option
127+
* Prepare admin gws option.
128128
*
129129
* @param array $data
130130
* @return array

0 commit comments

Comments
 (0)