Completed
Pull Request — master (#19)
by Jeroen De
15:17 queued 05:16
created
src/PsrCacheFileFetcher.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -49,6 +49,9 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.