Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update lib/private/Remote/Instance.php
Co-authored-by: Joas Schilling <[email protected]>
Signed-off-by: Hamid Dehnavi <[email protected]>
  • Loading branch information
shdehnavi and nickvergessen authored Jul 17, 2023
commit f9ba9a8b8e33e32f6761795fa3dc14212b5f1faa
2 changes: 1 addition & 1 deletion lib/private/Remote/Instance.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class Instance implements IInstance {
* @param IClientService $clientService
*/
public function __construct(
$url,
string $url,
private ICache $cache,
private IClientService $clientService,
) {
Expand Down