File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
framework/Magento/TestFramework/TestCase
testsuite/Magento/Customer/Api Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -258,10 +258,10 @@ public static function getFixture($key)
258
258
*
259
259
* @param \Magento\Framework\Model\AbstractModel $model
260
260
* @param bool $secure
261
- * @return \Magento\TestFramework\TestCase\WebapiAbstract
261
+ * @return void
262
262
* //phpcs:disable
263
263
*/
264
- public static function callModelDelete ($ model , $ secure = false )
264
+ public static function callModelDelete ($ model , $ secure = false ) : void
265
265
{
266
266
//phpcs:enable
267
267
if ($ model instanceof \Magento \Framework \Model \AbstractModel && $ model ->getId ()) {
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ class GroupRepositoryTest extends WebapiAbstract
40
40
private $ groupRepository ;
41
41
42
42
/**
43
- * @var \Magento\Customer\Api\Data\groupInterfaceFactory
43
+ * @var \Magento\Customer\Api\Data\GroupInterfaceFactory
44
44
*/
45
45
private $ customerGroupFactory ;
46
46
You can’t perform that action at this time.
0 commit comments