Completed
Push — master ( c22f60...21d98e )
by Nicolaas
01:15
created
code/model/RepeatOrder.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -214,7 +214,7 @@  discard block
 block discarded – undo
214 214
 
215 215
     /**
216 216
      * returns a list of actual orders that have been created from this repeat order.
217
-     * @return DOS | Null
217
+     * @return ArrayList|null | Null
218 218
      */
219 219
     public function AutomaticallyCreatedOrders()
220 220
     {
@@ -855,7 +855,7 @@  discard block
 block discarded – undo
855 855
 
856 856
     /**
857 857
      * Are there any orders scheduled for the future
858
-     * @return Boolean
858
+     * @return boolean|null
859 859
      */
860 860
     public function HasFutureOrders()
861 861
     {
@@ -866,7 +866,7 @@  discard block
 block discarded – undo
866 866
 
867 867
     /**
868 868
      * Are there any orders scheduled for today
869
-     * @return Boolean
869
+     * @return boolean|null
870 870
      */
871 871
     public function HasAnOrderToday()
872 872
     {
Please login to merge, or discard this patch.