mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-03 09:49:16 +02:00
#451 PHPStan level 5
This commit is contained in:
parent
011d148e33
commit
cf44f29d5f
1 changed files with 3 additions and 3 deletions
|
@ -1870,7 +1870,7 @@ class LAMConfig {
|
||||||
* Returns an array of all selected account modules
|
* Returns an array of all selected account modules
|
||||||
*
|
*
|
||||||
* @param string $scope account type
|
* @param string $scope account type
|
||||||
* @return array user modules
|
* @return class-string<baseModule>[] user modules
|
||||||
*/
|
*/
|
||||||
public function get_AccountModules($scope) {
|
public function get_AccountModules($scope) {
|
||||||
if (isset($this->typeSettings["modules_" . $scope])) {
|
if (isset($this->typeSettings["modules_" . $scope])) {
|
||||||
|
@ -2322,7 +2322,7 @@ class LAMConfig {
|
||||||
/**
|
/**
|
||||||
* Returns the port.
|
* Returns the port.
|
||||||
*
|
*
|
||||||
* @return String port
|
* @return int|null port
|
||||||
*/
|
*/
|
||||||
public function getJobsDBPort() {
|
public function getJobsDBPort() {
|
||||||
return $this->jobsDBPort;
|
return $this->jobsDBPort;
|
||||||
|
@ -2331,7 +2331,7 @@ class LAMConfig {
|
||||||
/**
|
/**
|
||||||
* Sets the port.
|
* Sets the port.
|
||||||
*
|
*
|
||||||
* @param int $jobsDBPort port
|
* @param int|null $jobsDBPort port
|
||||||
*/
|
*/
|
||||||
public function setJobsDBPort($jobsDBPort) {
|
public function setJobsDBPort($jobsDBPort) {
|
||||||
$this->jobsDBPort = $jobsDBPort;
|
$this->jobsDBPort = $jobsDBPort;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue