Skip to content

Commit

Permalink
MAGETWO-43236: [GITHUB] use return value instead of reference parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Medinskiy committed Sep 25, 2015
1 parent 9621f58 commit 260306a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public function testPrepareDataSource(
'items' => $dataSourceItems
]
];
$this->model->prepareDataSource($dataSource);
$dataSource = $this->model->prepareDataSource($dataSource);
$this->assertEquals($expectedDataSourceItems, $dataSource['data']['items']);
}

Expand Down

0 comments on commit 260306a

Please sign in to comment.