@@ -165,7 +165,7 @@ |
||
165 | 165 | /** |
166 | 166 | * Find a user by the given id. |
167 | 167 | * |
168 | - * @param int|string $id |
|
168 | + * @param integer|null $id |
|
169 | 169 | * |
170 | 170 | * @return \Arcanedev\LaravelImpersonator\Contracts\Impersonatable |
171 | 171 | * |