@@ -49,6 +49,9 @@ |
||
| 49 | 49 | } |
| 50 | 50 | } |
| 51 | 51 | |
| 52 | + /** |
|
| 53 | + * @param string $fileUrl |
|
| 54 | + */ |
|
| 52 | 55 | private function retrieveAndCacheFile( $fileUrl ): string { |
| 53 | 56 | $fileContents = $this->fileFetcher->fetchFile( $fileUrl ); |
| 54 | 57 | |