From 3e27b507860a5c3325c61203abf0c4086f3f0f77 Mon Sep 17 00:00:00 2001 From: Derick Alangi Date: Sat, 13 Apr 2019 19:01:35 +0100 Subject: [PATCH] installer: Remove TODO per discussion in Ia9f0cd7d0117f67d2017e So other developers think that the class property name makes more sense than the proposed name in the TODO section. In an attempt to rename it in this patc: Ia9f0cd7d0117f67d2017e, it was rather adviced to remove the todo and leave the class property name as-is. Change-Id: I3336b5a6112f098e290f102caac6b04c0b50b076 --- includes/installer/DatabaseInstaller.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/installer/DatabaseInstaller.php b/includes/installer/DatabaseInstaller.php index 6315de465b..a2194528a3 100644 --- a/includes/installer/DatabaseInstaller.php +++ b/includes/installer/DatabaseInstaller.php @@ -37,8 +37,6 @@ abstract class DatabaseInstaller { /** * The Installer object. * - * @todo Naming this parent is confusing, 'installer' would be clearer. - * * @var WebInstaller */ public $parent; -- 2.20.1