Completed
Push — release-2.1 ( 286127...e6c696 )
by Mathias
11s
created
Themes/default/Packages.template.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1096,7 +1096,7 @@
 block discarded – undo
1096 1096
 /**
1097 1097
  * CHMOD control form
1098 1098
  *
1099
- * @return bool False if nothing to do.
1099
+ * @return false|null False if nothing to do.
1100 1100
  */
1101 1101
 function template_control_chmod()
1102 1102
 {
Please login to merge, or discard this patch.
Sources/DbPackages-mysql.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -518,7 +518,7 @@
 block discarded – undo
518 518
  * @param array $parameters Not used?
519 519
  * @param string $if_exists What to do if the index exists. If 'update', the definition will be updated.
520 520
  * @param string $error
521
- * @return boolean Whether or not the operation was successful
521
+ * @return false|null Whether or not the operation was successful
522 522
  */
523 523
 function smf_db_add_index($table_name, $index_info, $parameters = array(), $if_exists = 'update', $error = 'fatal')
524 524
 {
Please login to merge, or discard this patch.
Sources/Subs-Calendar.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -1459,8 +1459,6 @@
 block discarded – undo
1459 1459
  * Helper function for getEventRange, getEventProperties, getNewEventDatetimes, etc.
1460 1460
  *
1461 1461
  * @param array $row A database row representing an event from the calendar table
1462
- * @param string $date_format Tells timeformat() how to format the date values for display to the user
1463
- * @param string $time_format Tells timeformat() how to format the time values for display to the user
1464 1462
  * @return array An array containing the start and end date and time properties for the event
1465 1463
  */
1466 1464
 function buildEventDatetimes($row)
Please login to merge, or discard this patch.