`RemoteCommandFile`: Define parameter `$resource` as nullable for method `setResource()`

This commit is contained in:
raviks789 2023-08-14 15:18:59 +02:00
parent 3d61fe6bf2
commit d7518388d8
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ class RemoteCommandFile implements CommandTransportInterface
/** /**
* Use a given resource to set the user and the key * Use a given resource to set the user and the key
* *
* @param string * @param ?string $resource
* *
* @throws ConfigurationError * @throws ConfigurationError
*/ */