Passed
Push — master ( 915f9b...db478f )
by Jeroen De
05:06 queued 03:24
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.