Skip to content

Commit

Permalink
Update code style of isRestrictPDByRole
Browse files Browse the repository at this point in the history
- as I have touched it in this PR and a PR in dev updates the
  code style of the wider file.
  • Loading branch information
gregcorbett committed Dec 6, 2022
1 parent 248623e commit e99f18d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Gocdb_Services/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,8 @@ public function GetPortalURL() {
* is forced.
* @returns false for legacy behaviour, true for role-based personal data restriction
*/
public function isRestrictPDByRole($forceStrict = false) {
public function isRestrictPDByRole($forceStrict = false)
{
if ($forceStrict === true)
return true;

Expand Down

0 comments on commit e99f18d

Please sign in to comment.