Completed
Push — master ( ce4a8e...bba0ca )
by Mr
27:17 queued 04:14
created
configs/bookeo-api.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
     'base_uri'        => 'https://api.bookeo.com/v2',
8 8
     'user_agent'      => 'Bookeo PHP Client',
9 9
     'timeout'         => 20,
10
-    'tries'           => 2,  // Count of tries
10
+    'tries'           => 2, // Count of tries
11 11
     'seconds'         => 10, // Waiting time per each try
12 12
     'verbose'         => false,
13 13
     'debug'           => false,
Please login to merge, or discard this patch.