Completed
Push — master ( 821eef...e5b389 )
by mehdi
02:43
created
src/Convert.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -63,6 +63,10 @@  discard block
 block discarded – undo
63 63
    *
64 64
    *\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
65 65
    */
66
+
67
+  /**
68
+   * @param \DateTime $date_time
69
+   */
66 70
   public function __construct( $date_time = NULL ) {
67 71
 
68 72
     if ( $date_time !== NULL ) {
@@ -96,6 +100,7 @@  discard block
 block discarded – undo
96 100
 /**
97 101
    *convert shamsi year to gregorian year
98 102
    * @since Oct, 16 2015
103
+   * @param \DateTime $date_time
99 104
    * @return object
100 105
    */
101 106
 public function shamsiToGregorian( $date_time ) {
@@ -296,6 +301,7 @@  discard block
 block discarded – undo
296 301
   /**
297 302
     * convert ghamari year to gregorian year
298 303
     * @since Oct, 17 2015
304
+    * @param \DateTime $date_time
299 305
     * @return object
300 306
     */
301 307
   public function ghamariToGregorian( $date_time ) {
Please login to merge, or discard this patch.