Completed
Push — master ( 9021d7...2fa9a1 )
by vistart
08:17
created
traits/TimestampTrait.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -116,6 +116,9 @@
 block discarded – undo
116 116
         }
117 117
     }
118 118
 
119
+    /**
120
+     * @param integer $time
121
+     */
119 122
     public function offsetDatetime($time = null, $offset = 0)
120 123
     {
121 124
         if ($this->timeFormat === self::$timeFormatDatetime) {
Please login to merge, or discard this patch.