Skip to content
Snippets Groups Projects
Commit 03474b69 authored by Jennifer Hodgdon's avatar Jennifer Hodgdon
Browse files

Issue #2673552 by mcjim: Add missing @return documentation for...

Issue #2673552 by mcjim: Add missing @return documentation for _buildArguments() in ViewExecutable.php
parent 77ee6f53
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment