Skip to content

Commit 543f63e

Browse files
authored
Remove unnecessary annotation
1 parent a028304 commit 543f63e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Controller/SearchController.php

-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ public function __construct(
8282
*/
8383
public function postAction(Request $request)
8484
{
85-
/** @var array $inputBag */
8685
$inputBag = $request->request->all('monsieurbiz_searchplugin_search');
8786
/** @var ?string $query */
8887
$query = $inputBag['query'] ?? null;

0 commit comments

Comments
 (0)