Completed
Branch develop (0dad67)
by
unknown
18:14
created
htdocs/expedition/class/expedition.class.php 1 patch
Indentation   +14 added lines, -14 removed lines patch added patch discarded remove patch
@@ -2720,43 +2720,43 @@
 block discarded – undo
2720 2720
 	public $product_type = 0;
2721 2721
 
2722 2722
 	/**
2723
-	* @var int rang of line
2724
-	*/
2723
+	 * @var int rang of line
2724
+	 */
2725 2725
 	public $rang;
2726 2726
 
2727 2727
 	/**
2728
-	* @var float weight
2729
-	*/
2728
+	 * @var float weight
2729
+	 */
2730 2730
 	public $weight;
2731 2731
 	public $weight_units;
2732 2732
 
2733 2733
 	/**
2734
-	* @var float length
2735
-	*/
2734
+	 * @var float length
2735
+	 */
2736 2736
 	public $length;
2737 2737
 	public $length_units;
2738 2738
 
2739 2739
 	/**
2740
-	* @var float width
2741
-	*/
2740
+	 * @var float width
2741
+	 */
2742 2742
 	public $width;
2743 2743
 	public $width_units;
2744 2744
 
2745 2745
 	/**
2746
-	* @var float height
2747
-	*/
2746
+	 * @var float height
2747
+	 */
2748 2748
 	public $height;
2749 2749
 	public $height_units;
2750 2750
 
2751 2751
 	/**
2752
-	* @var float surface
2753
-	*/
2752
+	 * @var float surface
2753
+	 */
2754 2754
 	public $surface;
2755 2755
 	public $surface_units;
2756 2756
 
2757 2757
 	/**
2758
-	* @var float volume
2759
-	*/
2758
+	 * @var float volume
2759
+	 */
2760 2760
 	public $volume;
2761 2761
 	public $volume_units;
2762 2762
 
Please login to merge, or discard this patch.