Test Failed
Branch feature/dynamodb (336f9f)
by Csaba
05:26
created
src/Database/DynamoDb/Resource.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use Aws\DynamoDb\Marshaler;
7 7
 use Fathomminds\Rest\Exceptions\RestException;
8 8
 use Fathomminds\Rest\Contracts\IResource;
9
-use Fathomminds\Rest\Helpers\Uuid;
10 9
 use Aws\DynamoDb\Exception\DynamoDbException;
11 10
 
12 11
 class Resource implements IResource
Please login to merge, or discard this patch.
src/Objects/RestObject.php 2 patches
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.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 
4 4
 use Fathomminds\Rest\Helpers\ReflectionHelper;
5 5
 use Fathomminds\Rest\Contracts\IRestObject;
6
-use Fathomminds\Rest\Database\Clusterpoint\Database;
7 6
 
8 7
 abstract class RestObject implements IRestObject
9 8
 {
Please login to merge, or discard this patch.