Test Failed
Branch feature/dynamodb (336f9f)
by Csaba
05:26
created
clusterpoint-example.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -20,11 +20,11 @@
 block discarded – undo
20 20
 
21 21
 return [
22 22
     'default' => [
23
-      'host' => 'https://api-eu.clusterpoint.com/v4',
24
-      'account_id' => 'ACCOUNT_ID',
25
-      'username' => 'USERNAME',
26
-      'password' => 'PASSWORD',
27
-      'debug' => false,
23
+        'host' => 'https://api-eu.clusterpoint.com/v4',
24
+        'account_id' => 'ACCOUNT_ID',
25
+        'username' => 'USERNAME',
26
+        'password' => 'PASSWORD',
27
+        'debug' => false,
28 28
     ],
29 29
     'development' => [
30 30
         'host' => 'https://api-eu.clusterpoint.com/v4/',
Please login to merge, or discard this patch.
src/Objects/RestObject.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -83,6 +83,9 @@
 block discarded – undo
83 83
         $this->resource = new \StdClass();
84 84
     }
85 85
 
86
+    /**
87
+     * @param boolean $value
88
+     */
86 89
     protected function setUpdateMode($value)
87 90
     {
88 91
         $this->updateMode = $value;
Please login to merge, or discard this patch.