@@ -71,6 +71,9 @@ |
||
| 71 | 71 | return ( $this->keyBuilder )( $fileUrl ); |
| 72 | 72 | } |
| 73 | 73 | |
| 74 | + /** |
|
| 75 | + * @param string $fileUrl |
|
| 76 | + */ |
|
| 74 | 77 | private function retrieveAndCacheFile( $fileUrl ): string { |
| 75 | 78 | $fileContents = $this->fileFetcher->fetchFile( $fileUrl ); |
| 76 | 79 | |