@@ -28,5 +28,8 @@ |
||
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 |
@@ -22,7 +22,6 @@ discard block |
||
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 |
||
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 = []; |