Completed
Push — url_service_typehint ( 1719f1...e2e786 )
by
unknown
38:02 queued 22:30
created
eZ/Publish/Core/Repository/URLService.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -260,6 +260,9 @@
 block discarded – undo
260 260
         }
261 261
     }
262 262
 
263
+    /**
264
+     * @param integer $timestamp
265
+     */
263 266
     private function createDateTime(?int $timestamp): ?DateTimeInterface
264 267
     {
265 268
         if ($timestamp > 0) {
Please login to merge, or discard this patch.