Skip to content
Snippets Groups Projects
Verified Commit ab3e4095 authored by Dave Long's avatar Dave Long
Browse files

SA-CORE-2024-007 by mcdruid, larowlan

parent 3e1fcfc9
No related branches found
No related tags found
2 merge requests!10663Issue #3495778: Update phpdoc in FileSaveHtaccessLoggingTest,!10451Issue #3472458 by watergate, smustgrave: CKEditor 5 show blocks label is not translated
......@@ -8,6 +8,7 @@
use Drupal\Core\Routing\RouteProviderInterface;
use Drupal\Core\Session\AccountInterface;
use Drupal\views\Plugin\views\display\DisplayRouterInterface;
use Drupal\views\Plugin\views\query\QueryPluginBase;
use Drupal\views\Plugin\ViewsPluginManager;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;
......@@ -219,7 +220,7 @@ class ViewExecutable {
*
* @var \Drupal\views\Plugin\views\query\QueryPluginBase
*/
public $query = NULL;
public ?QueryPluginBase $query = NULL;
/**
* The used pager plugin used by the current executed view.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment