installer: Remove TODO per discussion in Ia9f0cd7d0117f67d2017e
authorDerick Alangi <alangiderick@gmail.com>
Sat, 13 Apr 2019 18:01:35 +0000 (19:01 +0100)
committerDerick Alangi <alangiderick@gmail.com>
Sat, 13 Apr 2019 18:01:35 +0000 (19:01 +0100)
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

index 6315de4..a219452 100644 (file)
@@ -37,8 +37,6 @@ abstract class DatabaseInstaller {
        /**
         * The Installer object.
         *
        /**
         * The Installer object.
         *
-        * @todo Naming this parent is confusing, 'installer' would be clearer.
-        *
         * @var WebInstaller
         */
        public $parent;
         * @var WebInstaller
         */
        public $parent;