Completed
Push — master ( dadab8...9f1627 )
by James Ekow Abaka
02:45
created
src/SchemaDescription.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -549,6 +549,9 @@
 block discarded – undo
549 549
         
550 550
     }
551 551
 
552
+    /**
553
+     * @param AbstractDatabaseManipulator $manipulator
554
+     */
552 555
     public static function wrap($description, $manipulator)
553 556
     {
554 557
         return new SchemaDescription($description, $manipulator);
Please login to merge, or discard this patch.