Completed
Push — dev ( 9476d8...09c84d )
by James Ekow Abaka
02:08
created
src/commands/Reversible.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -28,5 +28,8 @@
 block discarded – undo
28 28
 
29 29
 interface Reversible
30 30
 {
31
+    /**
32
+     * @return void
33
+     */
31 34
     public function reverseActions();
32 35
 }
33 36
\ No newline at end of file
Please login to merge, or discard this patch.
src/commands/Rollback.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,6 @@  discard block
 block discarded – undo
22 22
     }
23 23
 
24 24
     /**
25
-     * @param array $this->options
26 25
      * @throws \yentu\exceptions\DatabaseManipulatorException
27 26
      */
28 27
     public function run()
@@ -62,6 +61,9 @@  discard block
 block discarded – undo
62 61
         }
63 62
     }
64 63
 
64
+    /**
65
+     * @param \yentu\manipulators\AbstractDatabaseManipulator $db
66
+     */
65 67
     private function getOperations($db, $set)
66 68
     {
67 69
         $operations = [];
Please login to merge, or discard this patch.