From: Derick Alangi Date: Sat, 13 Apr 2019 18:01:35 +0000 (+0100) Subject: installer: Remove TODO per discussion in Ia9f0cd7d0117f67d2017e X-Git-Tag: 1.34.0-rc.0~2012^2 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=3e27b507860a5c3325c61203abf0c4086f3f0f77 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 --- 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;