Skip to content

Commit e462adc

Browse files
Add missing phpdoc
Co-authored-by: Abhinav Pathak <51681618+engcom-Hotel@users.noreply.github.com>
1 parent fd9e364 commit e462adc

File tree

1 file changed

+5
-1
lines changed
  • app/code/Magento/Ui/Controller/Adminhtml/Bookmark

1 file changed

+5
-1
lines changed

app/code/Magento/Ui/Controller/Adminhtml/Bookmark/Save.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,11 @@ private function updateCurrentBookmarkConfig(array $data): void
258258

259259
/**
260260
* Check if the positions for identical filters has changed
261-
*/
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+
*/
262266
private function isPositionChanged(array $existingConfig, array $currentConfig): bool
263267
{
264268
foreach (['filters', 'positions'] as $key) {

0 commit comments

Comments
 (0)