`RemoteCommandFile`: Define parameter `$resource` as nullable for method `setResource()`
This commit is contained in:
parent
3d61fe6bf2
commit
d7518388d8
|
@ -215,7 +215,7 @@ class RemoteCommandFile implements CommandTransportInterface
|
|||
/**
|
||||
* Use a given resource to set the user and the key
|
||||
*
|
||||
* @param string
|
||||
* @param ?string $resource
|
||||
*
|
||||
* @throws ConfigurationError
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue