Issue #2673552 by mcjim: Add missing @return documentation for _buildArguments() in ViewExecutable.php
parent
77ee6f535f
commit
03474b690d
|
@ -1019,6 +1019,9 @@ class ViewExecutable implements \Serializable {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Builds all the arguments.
|
* Builds all the arguments.
|
||||||
|
*
|
||||||
|
* @return bool
|
||||||
|
* TRUE if the arguments were built successfully, FALSE otherwise.
|
||||||
*/
|
*/
|
||||||
protected function _buildArguments() {
|
protected function _buildArguments() {
|
||||||
// Initially, we want to build sorts and fields. This can change, though,
|
// Initially, we want to build sorts and fields. This can change, though,
|
||||||
|
|
Loading…
Reference in New Issue