Completed
Pull Request — master (#1)
by Greg
02:18
created
tests/src/TestBoot.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -10,6 +10,11 @@
 block discarded – undo
10 10
     protected $siteSelector;
11 11
     protected $version;
12 12
 
13
+    /**
14
+     * @param string $path
15
+     * @param string $version
16
+     * @param string[] $services
17
+     */
13 18
     public function __construct($path, $version, $services)
14 19
     {
15 20
         $this->path = $path;
Please login to merge, or discard this patch.