commit f6995c0358835f12c36ca5048438a7f43041d35f Author: Nathaniel Catchpole Date: Wed Feb 24 15:19:38 2016 +0900 Issue #2673552 by mcjim: Add missing @return documentation for _buildArguments() in ViewExecutable.php diff --git a/core/modules/views/src/ViewExecutable.php b/core/modules/views/src/ViewExecutable.php index 0363baf..25aad62 100644 --- a/core/modules/views/src/ViewExecutable.php +++ b/core/modules/views/src/ViewExecutable.php @@ -1019,6 +1019,9 @@ protected function _initHandler($key, $info) { /** * 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,