Completed
Push — 1.1 ( 2591fa...394eda )
by David
04:07 queued 02:04
created
src/SchemaAnalyzer.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -282,6 +282,9 @@  discard block
 block discarded – undo
282 282
         return $foreignKeys;
283 283
     }
284 284
 
285
+    /**
286
+     * @param string $tableName
287
+     */
285 288
     private function checkTableExists($tableName)
286 289
     {
287 290
         try {
@@ -503,7 +506,7 @@  discard block
 block discarded – undo
503 506
      *
504 507
      * @param ForeignKeyConstraint $fk
505 508
      *
506
-     * @return true
509
+     * @return boolean
507 510
      */
508 511
     private function isInheritanceRelationship(ForeignKeyConstraint $fk)
509 512
     {
Please login to merge, or discard this patch.