Completed
Push — master ( 78d4a6...8a816a )
by Nicolaas
02:48
created
code/model/process/OrderStep.php 1 patch
Doc Comments   +4 added lines, -3 removed lines patch added patch discarded remove patch
@@ -655,6 +655,7 @@  discard block
 block discarded – undo
655 655
      *
656 656
      * @param string $code:       the name of the step to check
657 657
      * @param bool   $orIsEqualTo if set to true, this method will return TRUE if the step being checked is the current one
658
+     * @param string $code
658 659
      *
659 660
      * @return bool
660 661
      **/
@@ -903,7 +904,7 @@  discard block
 block discarded – undo
903 904
     /**
904 905
      * Formatted answer for "hasCustomerMessage".
905 906
      *
906
-     * @return string
907
+     * @return DBField
907 908
      */
908 909
     public function ShowAsSummary()
909 910
     {
@@ -913,7 +914,7 @@  discard block
 block discarded – undo
913 914
     /**
914 915
      *
915 916
      *
916
-     * @return string
917
+     * @return DBField
917 918
      */
918 919
     public function getShowAsSummary()
919 920
     {
@@ -973,7 +974,7 @@  discard block
 block discarded – undo
973 974
     /**
974 975
      * Formatted answer for "hasCustomerMessage".
975 976
      *
976
-     * @return string
977
+     * @return DBField
977 978
      */
978 979
     public function NameAndDescription()
979 980
     {
Please login to merge, or discard this patch.