You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -100,7 +100,7 @@ By default and out of the box, the package uses:
100
100
- a file cache PSR-16 implementation based on the excellent [FileCache](https://github.com/kodus/file-cache) which **caches the local copy for a maximum of 7 days**.
101
101
- a HTTP client based on the cURL extension.
102
102
103
-
#### Accessing the Public Suffix rules
103
+
#### Accessing the Public Suffix List rules
104
104
105
105
~~~php
106
106
<?php
@@ -126,7 +126,7 @@ use Pdp\Manager;
126
126
127
127
$manager = new Manager(new Cache(), new CurlHttpClient());
0 commit comments