Completed
Push — master ( 19927a...396a1c )
by Nicolaas
01:09
created
code/model/process/OrderStep_QuickDispatch.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@  discard block
 block discarded – undo
22 22
      *
23 23
      * @see Order::doNextStatus
24 24
      *
25
-     * @param Order object
25
+     * @param Order Order
26 26
      *
27 27
      * @return bool - true if the current step is ready to be run...
28 28
      **/
@@ -34,9 +34,9 @@  discard block
 block discarded – undo
34 34
      /**
35 35
       * Add a member to the order - in case he / she is not a shop admin.
36 36
       *
37
-      * @param Order object
37
+      * @param Order Order
38 38
       *
39
-      * @return bool - true if run correctly.
39
+      * @return boolean|null - true if run correctly.
40 40
       **/
41 41
      public function doStep(Order $order)
42 42
      {
Please login to merge, or discard this patch.