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