Index: src/wp-admin/includes/class-wp-automatic-updater.php
===================================================================
--- src/wp-admin/includes/class-wp-automatic-updater.php	(revision 49041)
+++ src/wp-admin/includes/class-wp-automatic-updater.php	(working copy)
@@ -132,6 +132,7 @@
 	 * @param object $item    The update offer.
 	 * @param string $context The filesystem context (a path) against which filesystem
 	 *                        access and status should be checked.
+	 * @return bool
 	 */
 	public function should_update( $type, $item, $context ) {
 		// Used to see if WP_Filesystem is set up to allow unattended updates.
@@ -242,6 +243,7 @@
 	 * @since 3.7.0
 	 *
 	 * @param object $item The update offer.
+	 * @return bool
 	 */
 	protected function send_core_update_notification_email( $item ) {
 		$notified = get_site_option( 'auto_core_update_notified' );
