summaryrefslogtreecommitdiffstatshomepage
path: root/core/modules/views/src/ViewExecutable.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/views/src/ViewExecutable.php')
-rw-r--r--core/modules/views/src/ViewExecutable.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/core/modules/views/src/ViewExecutable.php b/core/modules/views/src/ViewExecutable.php
index 55e3a8d91453..407260ed285d 100644
--- a/core/modules/views/src/ViewExecutable.php
+++ b/core/modules/views/src/ViewExecutable.php
@@ -348,7 +348,7 @@ class ViewExecutable {
public $footer;
/**
- * Stores the area handlers for the empty text which are initialized on this view.
+ * The area handlers for the empty text which are initialized on this view.
*
* An array containing Drupal\views\Plugin\views\area\AreaPluginBase objects.
*
@@ -400,21 +400,21 @@ class ViewExecutable {
/**
* Force the query to calculate the total number of results.
*
- * @todo Move to the query.
- *
* @var bool
+ *
+ * @todo Move to the query.
*/
- // phpcs:ignore Drupal.NamingConventions.ValidVariableName.LowerCamelName, Drupal.Commenting.VariableComment.Missing
+ // phpcs:ignore Drupal.NamingConventions.ValidVariableName.LowerCamelName
public $get_total_rows;
/**
* Indicates if the sorts have been built.
*
- * @todo Group with other static properties.
- *
* @var bool
+ *
+ * @todo Group with other static properties.
*/
- // phpcs:ignore Drupal.NamingConventions.ValidVariableName.LowerCamelName, Drupal.Commenting.VariableComment.Missing
+ // phpcs:ignore Drupal.NamingConventions.ValidVariableName.LowerCamelName
public $build_sort;
/**