Completed
Push — master ( 5cdd93...052ea8 )
by
unknown
03:46
created
src/Charcoal/Object/UserData.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -169,7 +169,7 @@  discard block
 block discarded – undo
169 169
     /**
170 170
      * Set when the object was created.
171 171
      *
172
-     * @param  DateTime|string|null $timestamp The timestamp at object's creation.
172
+     * @param  string $timestamp The timestamp at object's creation.
173 173
      *     NULL is accepted and instances of DateTimeInterface are recommended;
174 174
      *     any other value will be converted (if possible) into one.
175 175
      * @return UserDataInterface Chainable
@@ -205,7 +205,7 @@  discard block
 block discarded – undo
205 205
     /**
206 206
      * Retrieve the creation timestamp.
207 207
      *
208
-     * @return DateTime|null
208
+     * @return DateTimeInterface|null
209 209
      */
210 210
     public function ts()
211 211
     {
Please login to merge, or discard this patch.