Completed
Pull Request — master (#6903)
by Ingo
13:28
created
tests/php/Core/Manifest/ManifestFileFinderTest.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -19,6 +19,11 @@
 block discarded – undo
19 19
         parent::__construct();
20 20
     }
21 21
 
22
+    /**
23
+     * @param ManifestFileFinder $finder
24
+     * @param null|string $base
25
+     * @param string[] $expect
26
+     */
22 27
     public function assertFinderFinds($finder, $base, $expect, $message = null)
23 28
     {
24 29
         if (!$base) {
Please login to merge, or discard this patch.