Update ConfigAppManager.php
This commit is contained in:
parent
349fb54ae6
commit
1389b6ca0a
|
|
@ -38,7 +38,7 @@ class ConfigAppManager implements AppManager
|
|||
/**
|
||||
* Get app by id.
|
||||
*
|
||||
* @param mixed $appId
|
||||
* @param int $appId
|
||||
* @return \BeyondCode\LaravelWebSockets\Apps\App|null
|
||||
*/
|
||||
public function findById($appId): ?App
|
||||
|
|
@ -53,7 +53,7 @@ class ConfigAppManager implements AppManager
|
|||
/**
|
||||
* Get app by app key.
|
||||
*
|
||||
* @param mixed $appKey
|
||||
* @param string $appKey
|
||||
* @return \BeyondCode\LaravelWebSockets\Apps\App|null
|
||||
*/
|
||||
public function findByKey($appKey): ?App
|
||||
|
|
@ -68,7 +68,7 @@ class ConfigAppManager implements AppManager
|
|||
/**
|
||||
* Get app by secret.
|
||||
*
|
||||
* @param mixed $appSecret
|
||||
* @param string $appSecret
|
||||
* @return \BeyondCode\LaravelWebSockets\Apps\App|null
|
||||
*/
|
||||
public function findBySecret($appSecret): ?App
|
||||
|
|
|
|||
Loading…
Reference in New Issue