Completed
Pull Request — master (#166)
by Vladimir
19:47 queued 16:58
created
models/Ban.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -358,7 +358,7 @@
 block discarded – undo
358 358
      *
359 359
      * @param int        $playerID    The ID of the victim of the ban
360 360
      * @param int        $authorID    The ID of the player responsible for the ban
361
-     * @param mixed|null $expiration  The expiration of the ban (set to NULL for permanent ban)
361
+     * @param TimeDate|null $expiration  The expiration of the ban (set to NULL for permanent ban)
362 362
      * @param string     $reason      The full reason for the ban (supports markdown)
363 363
      * @param string     $serverMsg   A summary of the ban to be displayed on server banlists (max 150 characters)
364 364
      * @param string[]   $ipAddresses An array of IPs that have been banned
Please login to merge, or discard this patch.