Completed
Push — master ( f64a2b...48aedc )
by thomas
05:58
created
src/Client/GuzzleHttpClient.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -143,6 +143,7 @@
 block discarded – undo
143 143
      * @param PaymentDetails $details
144 144
      * @param string|null $memo
145 145
      * @param string ...$transactions
146
+     * @param string[] $transactions
146 147
      * @return PaymentACK
147 148
      */
148 149
     public function sendPayment(PaymentDetails $details, string $memo = null, string ...$transactions): PaymentACK
Please login to merge, or discard this patch.
src/X509/TrustStoreLoader.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
      *
25 25
      * @see CaBundle::getSystemCaRootBundlePath()
26 26
      * @param bool $allowFallback
27
-     * @return CertificateBundle
27
+     * @return null|CertificateBundle
28 28
      */
29 29
     public static function fromSystem(bool $allowFallback = true): CertificateBundle
30 30
     {
Please login to merge, or discard this patch.