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.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/core/modules/views/src/ViewExecutable.php b/core/modules/views/src/ViewExecutable.php
index 4867ba48f9a6..407260ed285d 100644
--- a/core/modules/views/src/ViewExecutable.php
+++ b/core/modules/views/src/ViewExecutable.php
@@ -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;
/**