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 7d934aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion modules/dicom_archive/php/dicomarchiveanonymizer.class.inc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ class DICOMArchiveAnonymizer implements Mapper
* meet the regular expressions defined in the LORIS configuration for valid
* patient names or ids.
*
* @param \User $user The user this data is being mapped for
* @param \User $user The user this data is being mapped
* for.
* @param \LORIS\Data\DataInstance $resource The unanonymized data being mapped.
*
* @return \LORIS\Data\DataInstance the anonymized data
Expand Down
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 7d934aa

Please sign in to comment.