File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,9 @@ class PullRequest extends AbstractApi
21
21
*
22
22
* @link https://developer.github.com/v3/pulls/#custom-media-types
23
23
* @param string|null $bodyType
24
+ * @param string|null $apiVersion
24
25
*/
25
- public function configure ($ apiVersion = null , $ bodyType = null )
26
+ public function configure ($ bodyType = null , $ apiVersion = null )
26
27
{
27
28
if (!in_array ($ apiVersion , array ('polaris-preview ' ))) {
28
29
$ apiVersion = $ this ->client ->getApiVersion ();
Original file line number Diff line number Diff line change @@ -19,8 +19,9 @@ class Comments extends AbstractApi
19
19
*
20
20
* @link https://developer.github.com/v3/pulls/comments/#custom-media-types
21
21
* @param string|null $bodyType
22
+ * @param string|null @apiVersion
22
23
*/
23
- public function configure ($ apiVersion = null , $ bodyType = null )
24
+ public function configure ($ bodyType = null , $ apiVersion = null )
24
25
{
25
26
if (!in_array ($ apiVersion , array ('squirrel-girl-preview ' ))) {
26
27
$ apiVersion = $ this ->client ->getApiVersion ();
You can’t perform that action at this time.
0 commit comments