Issue #2673552 by mcjim: Add missing @return documentation for _buildArguments() in ViewExecutable.php

8.1.x
Jennifer Hodgdon 2016-02-24 08:10:11 -08:00
parent 77ee6f535f
commit 03474b690d
1 changed files with 3 additions and 0 deletions

View File

@ -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,