Skip to content

Commit

Permalink
Add parentheses for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
driusan committed Mar 19, 2018
1 parent 385bdc7 commit 75c88aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ class Mri_Protocol_Check_Violations extends \NDB_Menu_Filter
*
* @param integer $count The offset that this page is starting at
*
* @return void but as a side-effect populates $this->tpl_data['items']
* @return void (but as a side-effect populates $this->tpl_data['items'])
*/
function _setDataTableRows($count)
{
Expand Down
2 changes: 1 addition & 1 deletion php/libraries/LorisForm.class.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2060,7 +2060,7 @@ class LorisForm
* @param array $arr A reference to an array to store the
* extracted values into.
*
* @return void, but will modify &$arr parameter passed as a side-effect
* @return void (but will modify &$arr parameter passed as a side-effect)
*/
function getGroupValues($submitKeys, &$arr)
{
Expand Down

0 comments on commit 75c88aa

Please sign in to comment.