Completed
Push — master ( 521ac8...a48538 )
by Nicolaas
03:37
created
code/model/process/OrderStep.php 1 patch
Doc Comments   +6 added lines, -5 removed lines patch added patch discarded remove patch
@@ -594,7 +594,7 @@  discard block
 block discarded – undo
594 594
      *
595 595
      * @see Order::doNextStatus
596 596
      *
597
-     * @param Order object
597
+     * @param Order Order
598 598
      *
599 599
      * @return bool - true if the current step is ready to be run...
600 600
      **/
@@ -613,7 +613,7 @@  discard block
 block discarded – undo
613 613
      *
614 614
      * @see Order::doNextStatus
615 615
      *
616
-     * @param Order object
616
+     * @param Order Order
617 617
      *
618 618
      * @return bool - true if run correctly.
619 619
      **/
@@ -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
      **/
@@ -902,7 +903,7 @@  discard block
 block discarded – undo
902 903
     /**
903 904
      * Formatted answer for "hasCustomerMessage".
904 905
      *
905
-     * @return string
906
+     * @return DBField
906 907
      */
907 908
     public function ShowAsSummary()
908 909
     {
@@ -912,7 +913,7 @@  discard block
 block discarded – undo
912 913
     /**
913 914
      *
914 915
      *
915
-     * @return string
916
+     * @return DBField
916 917
      */
917 918
     public function getShowAsSummary()
918 919
     {
@@ -972,7 +973,7 @@  discard block
 block discarded – undo
972 973
     /**
973 974
      * Formatted answer for "hasCustomerMessage".
974 975
      *
975
-     * @return string
976
+     * @return DBField
976 977
      */
977 978
     public function NameAndDescription()
978 979
     {
Please login to merge, or discard this patch.