Completed
Push — master ( b3520b...1dcb52 )
by Jeroen De
03:36
created
src/PsrCacheFileFetcher.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -71,6 +71,9 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.