Completed
Push — master ( 0593e5...45caeb )
by
unknown
02:47
created
src/WooCommerce/HttpClient/OAuth.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -79,6 +79,7 @@
 block discarded – undo
79 79
      * @param string $method         Request method.
80 80
      * @param array  $parameters     Request parameters.
81 81
      * @param array  $timestamp      Timestamp.
82
+     * @param string $apiVersion
82 83
      */
83 84
     public function __construct($url, $consumerKey, $consumerSecret, $apiVersion, $method, $parameters = [], $timestamp = '')
84 85
     {
Please login to merge, or discard this patch.