Skip to content

Commit 69088c0

Browse files
committed
style: indentatin
1 parent f9be2f4 commit 69088c0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

inc/form.class.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2814,7 +2814,7 @@ public function getBestLanguage() {
28142814
*
28152815
* @return boolean true if the user can use the form
28162816
*/
2817-
public function canViewForRequest(): bool {
2817+
public function canViewForRequest(): bool {
28182818
global $PLUGIN_HOOKS;
28192819

28202820
if ($this->isNewItem()) {
@@ -2838,7 +2838,7 @@ public function canViewForRequest(): bool {
28382838

28392839
// Check restrictions if needed
28402840
if ($this->fields['access_rights'] == self::ACCESS_RESTRICTED
2841-
&& !PluginFormcreatorFormAccessType::canSeeRestrictedForm($this)
2841+
&& !PluginFormcreatorFormAccessType::canSeeRestrictedForm($this)
28422842
) {
28432843
return false;
28442844
}

0 commit comments

Comments
 (0)