Completed
Branch master (84f4b4)
by Mokhlas
01:16
created
src/Command/MultiAuthPrepare.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -626,7 +626,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 
Please login to merge, or discard this patch.