Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit 1389b6c

Browse files
Update ConfigAppManager.php
1 parent 349fb54 commit 1389b6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Apps/ConfigAppManager.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function all(): array
3838
/**
3939
* Get app by id.
4040
*
41-
* @param mixed $appId
41+
* @param int $appId
4242
* @return \BeyondCode\LaravelWebSockets\Apps\App|null
4343
*/
4444
public function findById($appId): ?App
@@ -53,7 +53,7 @@ public function findById($appId): ?App
5353
/**
5454
* Get app by app key.
5555
*
56-
* @param mixed $appKey
56+
* @param string $appKey
5757
* @return \BeyondCode\LaravelWebSockets\Apps\App|null
5858
*/
5959
public function findByKey($appKey): ?App
@@ -68,7 +68,7 @@ public function findByKey($appKey): ?App
6868
/**
6969
* Get app by secret.
7070
*
71-
* @param mixed $appSecret
71+
* @param string $appSecret
7272
* @return \BeyondCode\LaravelWebSockets\Apps\App|null
7373
*/
7474
public function findBySecret($appSecret): ?App

0 commit comments

Comments
 (0)