@@ -626,7 +626,7 @@ discard block |
||
| 626 | 626 | * @param string $text |
| 627 | 627 | * @param boolean $after |
| 628 | 628 | * |
| 629 | - * @return mixed |
|
| 629 | + * @return integer |
|
| 630 | 630 | */ |
| 631 | 631 | public function insertIntoFile($filePath, $insertMarker, $text, $after = true) { |
| 632 | 632 | $contents = file_get_contents($filePath); |
@@ -642,7 +642,7 @@ discard block |
||
| 642 | 642 | * @param string $body |
| 643 | 643 | * @param boolean $after |
| 644 | 644 | * |
| 645 | - * @return mixed |
|
| 645 | + * @return integer |
|
| 646 | 646 | */ |
| 647 | 647 | public function insert($filePath, $keyword, $body, $after = true) { |
| 648 | 648 | |