File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
app/code/Magento/Reports/Block/Adminhtml Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -215,8 +215,8 @@ public function setStoreSwitcherVisibility($visible = true)
215
215
216
216
/**
217
217
* Return visibility of store switcher
218
- * @codeCoverageIgnore
219
218
*
219
+ * @codeCoverageIgnore
220
220
* @return bool
221
221
* @SuppressWarnings(PHPMD.BooleanGetMethodName)
222
222
*/
@@ -227,8 +227,8 @@ public function getStoreSwitcherVisibility()
227
227
228
228
/**
229
229
* Return store switcher html
230
- * @codeCoverageIgnore
231
230
*
231
+ * @codeCoverageIgnore
232
232
* @return string
233
233
*/
234
234
public function getStoreSwitcherHtml ()
@@ -250,8 +250,8 @@ public function setDateFilterVisibility($visible = true)
250
250
251
251
/**
252
252
* Return visibility of date filter
253
- * @codeCoverageIgnore
254
253
*
254
+ * @codeCoverageIgnore
255
255
* @return bool
256
256
* @SuppressWarnings(PHPMD.BooleanGetMethodName)
257
257
*/
@@ -262,8 +262,8 @@ public function getDateFilterVisibility()
262
262
263
263
/**
264
264
* Return date filter html
265
- * @codeCoverageIgnore
266
265
*
266
+ * @codeCoverageIgnore
267
267
* @return string
268
268
*/
269
269
public function getDateFilterHtml ()
@@ -293,8 +293,8 @@ public function getDateFormat()
293
293
294
294
/**
295
295
* Return refresh button html
296
- * @codeCoverageIgnore
297
296
*
297
+ * @codeCoverageIgnore
298
298
* @return string
299
299
*/
300
300
public function getRefreshButtonHtml ()
@@ -346,8 +346,8 @@ public function setSubReportSize($size)
346
346
347
347
/**
348
348
* Return sub-report rows count
349
- * @codeCoverageIgnore
350
349
*
350
+ * @codeCoverageIgnore
351
351
* @return int
352
352
*/
353
353
public function getSubReportSize ()
You can’t perform that action at this time.
0 commit comments