Update AppManager.php

This commit is contained in:
Francis Lavoie 2020-09-04 09:23:24 -04:00 committed by GitHub
parent c51a9806cb
commit 5cb398f672
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ interface AppManager
/** /**
* Get app by id. * Get app by id.
* *
* @param int $appId * @param string|int $appId
* @return \BeyondCode\LaravelWebSockets\Apps\App|null * @return \BeyondCode\LaravelWebSockets\Apps\App|null
*/ */
public function findById($appId): ?App; public function findById($appId): ?App;