Skip to content

Commit 645d8ac

Browse files
committed
fix phpstan
1 parent 8600f7e commit 645d8ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Grid.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ protected function init(): void
116116
$appUniqueHashesBackup = $this->getApp()->unique_hashes;
117117
$menuElementNameCountsBackup = \Closure::bind(fn () => $this->_element_name_counts, $this->menu, AbstractView::class)();
118118
try {
119-
$menuRight = $this->menu->addMenuRight();
119+
$menuRight = $this->menu->addMenuRight(); // @phpstan-ignore-line
120120
$menuItemView = View::addTo($menuRight->addItem()->setElement('div'));
121121
$quickSearch = JsSearch::addTo($menuItemView);
122122
$this->stickyGet($quickSearch->name . '_q');

0 commit comments

Comments
 (0)