2
0
forked from Wavyzz/dolibarr

PSR2 FunctionClosingBrace

This commit is contained in:
Frédéric FRANCE
2018-08-29 21:25:22 +02:00
parent 489e766cbf
commit b03f4004ea
159 changed files with 32 additions and 269 deletions

View File

@@ -196,6 +196,5 @@ class DolibarrApiAccess implements iAuthenticate
return $requires
? static::$role == 'admin' || in_array(static::$role, (array) $requires)
: true;
}
}