diff --git a/src/Apps/ConfigAppManager.php b/src/Apps/ConfigAppManager.php index 3136ad6..6d8513e 100644 --- a/src/Apps/ConfigAppManager.php +++ b/src/Apps/ConfigAppManager.php @@ -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