Completed
Branch master (eece8c)
by Mr
07:12
created
Category
src/Config.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
Please login to merge, or discard this patch.
src/Models/PeopleNumber.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.