Skip to content

Commit

Permalink
Minor things pointed out by IDE
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Apr 12, 2023
1 parent 267f691 commit c3c876c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion examples/curl.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public function __construct()

public function addHandle($curlHandle)
{
curl_multi_add_handle($mh, $curlHandle);
curl_multi_add_handle($this->curlMultiHandle, $curlHandle);
}
}

Expand Down
2 changes: 0 additions & 2 deletions lib/coroutine.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

namespace Sabre\Event;

use Generator;

/**
* Turn asynchronous promise-based code into something that looks synchronous
* again, through the use of generators.
Expand Down

0 comments on commit c3c876c

Please sign in to comment.