File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
7
7
class App
8
8
{
9
- /** @var int */
9
+ /** @var string| int */
10
10
public $ id ;
11
11
12
12
/** @var string */
@@ -39,7 +39,7 @@ class App
39
39
/**
40
40
* Find the app by id.
41
41
*
42
- * @param int $appId
42
+ * @param string| int $appId
43
43
* @return \BeyondCode\LaravelWebSockets\Apps\App|null
44
44
*/
45
45
public static function findById ($ appId )
@@ -72,9 +72,9 @@ public static function findBySecret($appSecret): ?self
72
72
/**
73
73
* Initialize the Web Socket app instance.
74
74
*
75
- * @param int $appId
76
- * @param string $key
77
- * @param string $secret
75
+ * @param string| int $appId
76
+ * @param string $key
77
+ * @param string $secret
78
78
* @return void
79
79
* @throws \BeyondCode\LaravelWebSockets\Exceptions\InvalidApp
80
80
*/
You can’t perform that action at this time.
0 commit comments