Skip to content

Commit

Permalink
Fixed phpcs and indentations
Browse files Browse the repository at this point in the history
  • Loading branch information
mongkok committed Mar 23, 2020
1 parent bad929f commit d3abfd3
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
38 changes: 19 additions & 19 deletions docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,25 @@ All configs are passed around as a single variable ``config``:
]);
.. list-table:: Configuration variables
:header-rows: 1
:header-rows: 1

* - Name
- Type
- Description
* - merchant_id
- String❗
- Merchant ID.
* - secret_key
- String❗
- The secret key.
* - client_handler
- String
- The client handler, options are ``curl``, ``guzzle``. Default: ``curl``.
* - api_version
- String
- The API version. Default: ``v1``.
* - sandbox
- Boolean
- Set to ``true`` for sandbox requests. Default: ``false``.
* - Name
- Type
- Description
* - merchant_id
- String❗
- Merchant ID.
* - secret_key
- String❗
- The secret key.
* - client_handler
- String
- The client handler, options are ``curl``, ``guzzle``. Default: ``curl``.
* - api_version
- String
- The API version. Default: ``v1``.
* - sandbox
- Boolean
- Set to ``true`` for sandbox requests. Default: ``false``.

A trailing exclamation mark❗is used to denote a field that uses a Non‐Null type. By default, all types are nullable.
2 changes: 1 addition & 1 deletion src/Http/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Response

/**
* @var int The HTTP response status code.
*/
*/
protected $statusCode;

/**
Expand Down

0 comments on commit d3abfd3

Please sign in to comment.