File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ public function has($key)
256
256
*
257
257
* @return string absolute path to cache-file
258
258
*/
259
- private function getPath ($ key )
259
+ private function getPath ($ key ): string
260
260
{
261
261
$ this ->validateKey ($ key );
262
262
@@ -274,7 +274,7 @@ private function getPath($key)
274
274
/**
275
275
* @return Generator|string[]
276
276
*/
277
- private function listPaths ()
277
+ private function listPaths (): Generator
278
278
{
279
279
$ iterator = new RecursiveDirectoryIterator (
280
280
$ this ->cache_path ,
Original file line number Diff line number Diff line change @@ -107,6 +107,8 @@ public function refreshPublicSuffixList(): bool
107
107
/**
108
108
* Parses text representation of list to associative, multidimensional array.
109
109
*
110
+ * @param string $publicSuffixList
111
+ *
110
112
* @return array Associative, multidimensional array representation of the
111
113
* public suffx list
112
114
*/
You can’t perform that action at this time.
0 commit comments