@@ -68,7 +68,7 @@ discard block |
||
| 68 | 68 | /** |
| 69 | 69 | * @param array $dsl |
| 70 | 70 | * @param array $context |
| 71 | - * @return string |
|
| 71 | + * @return boolean |
|
| 72 | 72 | * @throws \Exception |
| 73 | 73 | */ |
| 74 | 74 | protected function exists($dsl, $context) |
@@ -196,7 +196,7 @@ discard block |
||
| 196 | 196 | /** |
| 197 | 197 | * @param array $dsl |
| 198 | 198 | * @param array $context |
| 199 | - * @return true |
|
| 199 | + * @return boolean |
|
| 200 | 200 | * @throws \Exception |
| 201 | 201 | */ |
| 202 | 202 | protected function copy($dsl, $context) |
@@ -228,7 +228,7 @@ discard block |
||
| 228 | 228 | /** |
| 229 | 229 | * @param array $dsl |
| 230 | 230 | * @param array $context |
| 231 | - * @return true |
|
| 231 | + * @return boolean |
|
| 232 | 232 | * @throws \Exception |
| 233 | 233 | */ |
| 234 | 234 | protected function move($dsl, $context) |
@@ -260,7 +260,7 @@ discard block |
||
| 260 | 260 | /** |
| 261 | 261 | * @param array $dsl |
| 262 | 262 | * @param array $context |
| 263 | - * @return true |
|
| 263 | + * @return boolean |
|
| 264 | 264 | * @throws \Exception |
| 265 | 265 | */ |
| 266 | 266 | protected function delete($dsl, $context) |