File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
app/code/Magento/Ui/Controller/Adminhtml/Bookmark Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 3
3
* Copyright © Magento, Inc. All rights reserved.
4
4
* See COPYING.txt for license details.
5
5
*/
6
+ declare (strict_types=1 );
7
+
6
8
namespace Magento \Ui \Controller \Adminhtml \Bookmark ;
7
9
8
10
use Magento \Authorization \Model \UserContextInterface ;
@@ -258,11 +260,11 @@ private function updateCurrentBookmarkConfig(array $data): void
258
260
259
261
/**
260
262
* Check if the positions for identical filters has changed
261
- */ *
262
- * @param array $ existingConfig The existing configuration
263
- * @param array $ currentConfig The current configuration
264
- * @return bool True if positions have changed, false otherwise
265
- */
263
+ *
264
+ * @param array $existingConfig The existing configuration
265
+ * @param array $currentConfig The current configuration
266
+ * @return bool True if positions have changed, false otherwise
267
+ */
266
268
private function isPositionChanged (array $ existingConfig , array $ currentConfig ): bool
267
269
{
268
270
foreach (['filters ' , 'positions ' ] as $ key ) {
You can’t perform that action at this time.
0 commit comments