Skip to content

Commit

Permalink
getBuilderTokensAction return type must be compatible with parent
Browse files Browse the repository at this point in the history
  • Loading branch information
escopecz committed Dec 13, 2023
1 parent c4928fe commit fb114d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/bundles/SmsBundle/Controller/AjaxController.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function getSmsCountStatsAction(Request $request, BroadcastQuery $broadca
/**
* @return JsonResponse
*/
public function getBuilderTokensAction(Request $request, EventDispatcherInterface $eventDispatcher = null)
public function getBuilderTokensAction(Request $request, EventDispatcherInterface $eventDispatcher = null): JsonResponse
{
$query = $request->get('query', '');
$tokens = $this->getBuilderTokens($query);
Expand Down

0 comments on commit fb114d9

Please sign in to comment.