Completed
Push — master ( 2323c8...8da518 )
by Guillermo A.
09:03 queued 06:34
created
src/Db/DynamoDb/DynamoDbAdapter.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -89,9 +89,9 @@
 block discarded – undo
89 89
         }
90 90
     }
91 91
 
92
-     /**
93
-     * {@inheritDoc}
94
-     */
92
+        /**
93
+         * {@inheritDoc}
94
+         */
95 95
     public function tableExists(): bool
96 96
     {
97 97
         $tables = $this->listTables();
Please login to merge, or discard this patch.