Browse Source

fix property data type

main
ghost 11 months ago
parent
commit
75cc6421b8
  1. 2
      src/Client.php

2
src/Client.php

@ -6,7 +6,7 @@ namespace Twisterarmy\Twister;
class Client class Client
{ {
private Curl $_curl; private $_curl;
private string $_url; private string $_url;

Loading…
Cancel
Save