Completed
Pull Request — master (#546)
by thomas
113:48 queued 41:22
created
tests-rpc/RegtestBitcoinFactory.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -38,6 +38,10 @@
 block discarded – undo
38 38
         $this->credential = new RpcCredential("127.0.0.1", 18332, "rpcuser", "rpcpass");
39 39
     }
40 40
 
41
+    /**
42
+     * @param string $var
43
+     * @param string $default
44
+     */
41 45
     private function envOrDefault($var, $default = null) {
42 46
         $value = getenv($var);
43 47
         if (in_array($value, [null, false, ""])) {
Please login to merge, or discard this patch.