Skip to content

Commit 9739956

Browse files
SergiiSergii
authored andcommitted
Merge branch 'MAGETWO-94119' of github.com:magento-chaika/magento2ce into chaika_sept_23
2 parents 7dafe5e + 046c537 commit 9739956

File tree

1 file changed

+6
-6
lines changed
  • app/code/Magento/Reports/Block/Adminhtml

1 file changed

+6
-6
lines changed

app/code/Magento/Reports/Block/Adminhtml/Grid.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,8 @@ public function setStoreSwitcherVisibility($visible = true)
215215

216216
/**
217217
* Return visibility of store switcher
218-
* @codeCoverageIgnore
219218
*
219+
* @codeCoverageIgnore
220220
* @return bool
221221
* @SuppressWarnings(PHPMD.BooleanGetMethodName)
222222
*/
@@ -227,8 +227,8 @@ public function getStoreSwitcherVisibility()
227227

228228
/**
229229
* Return store switcher html
230-
* @codeCoverageIgnore
231230
*
231+
* @codeCoverageIgnore
232232
* @return string
233233
*/
234234
public function getStoreSwitcherHtml()
@@ -250,8 +250,8 @@ public function setDateFilterVisibility($visible = true)
250250

251251
/**
252252
* Return visibility of date filter
253-
* @codeCoverageIgnore
254253
*
254+
* @codeCoverageIgnore
255255
* @return bool
256256
* @SuppressWarnings(PHPMD.BooleanGetMethodName)
257257
*/
@@ -262,8 +262,8 @@ public function getDateFilterVisibility()
262262

263263
/**
264264
* Return date filter html
265-
* @codeCoverageIgnore
266265
*
266+
* @codeCoverageIgnore
267267
* @return string
268268
*/
269269
public function getDateFilterHtml()
@@ -293,8 +293,8 @@ public function getDateFormat()
293293

294294
/**
295295
* Return refresh button html
296-
* @codeCoverageIgnore
297296
*
297+
* @codeCoverageIgnore
298298
* @return string
299299
*/
300300
public function getRefreshButtonHtml()
@@ -346,8 +346,8 @@ public function setSubReportSize($size)
346346

347347
/**
348348
* Return sub-report rows count
349-
* @codeCoverageIgnore
350349
*
350+
* @codeCoverageIgnore
351351
* @return int
352352
*/
353353
public function getSubReportSize()

0 commit comments

Comments
 (0)