@@ -10,7 +10,7 @@ discard block |
||
| 10 | 10 | public const ALLOWED = [ |
| 11 | 11 | 'user_agent', |
| 12 | 12 | 'base_uri', |
| 13 | - 'secret_key'. |
|
| 13 | + 'secret_key' . |
|
| 14 | 14 | 'api_key', |
| 15 | 15 | 'timeout', |
| 16 | 16 | 'tries', |
@@ -24,7 +24,7 @@ discard block |
||
| 24 | 24 | 'user_agent', |
| 25 | 25 | 'base_uri', |
| 26 | 26 | 'timeout', |
| 27 | - 'secret_key'. |
|
| 27 | + 'secret_key' . |
|
| 28 | 28 | 'api_key', |
| 29 | 29 | ]; |
| 30 | 30 | |
@@ -50,7 +50,7 @@ discard block |
||
| 50 | 50 | 'http_errors' => false, |
| 51 | 51 | |
| 52 | 52 | // Wrapper settings |
| 53 | - 'tries' => 2, // Count of tries |
|
| 53 | + 'tries' => 2, // Count of tries |
|
| 54 | 54 | 'seconds' => 10, // Waiting time per each try |
| 55 | 55 | |
| 56 | 56 | // Main parameters |
@@ -15,7 +15,7 @@ |
||
| 15 | 15 | { |
| 16 | 16 | return [ |
| 17 | 17 | 'peopleCategoryId' => 'string', // The id of the PeopleCategory to which these participants belong to. See /settings/peoplecategories, |
| 18 | - 'number' => 'int', // Indicates how many people of this category are in the booking |
|
| 18 | + 'number' => 'int', // Indicates how many people of this category are in the booking |
|
| 19 | 19 | ]; |
| 20 | 20 | } |
| 21 | 21 | } |