diff --git a/core/modules/views/src/ViewExecutable.php b/core/modules/views/src/ViewExecutable.php index 0363bafab0ba..25aad6228d57 100644 --- a/core/modules/views/src/ViewExecutable.php +++ b/core/modules/views/src/ViewExecutable.php @@ -1019,6 +1019,9 @@ class ViewExecutable implements \Serializable { /** * Builds all the arguments. + * + * @return bool + * TRUE if the arguments were built successfully, FALSE otherwise. */ protected function _buildArguments() { // Initially, we want to build sorts and fields. This can change, though,