Completed
Push — master ( ebeab2...e57d07 )
by Guillermo A.
02:03
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(string $tableName = ''): bool
96 96
     {
97 97
         $tableName = !empty($tableName) ? $tableName : $this->tableName;
Please login to merge, or discard this patch.