]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/result/class_DatabaseResult.php
Use interface DatabaseWrapper instead of generic class BaseDatabaseWrapper as a typ...
[core.git] / inc / classes / main / result / class_DatabaseResult.php
index 0fc85cd11befca1811b5efa19f41ce6869f6e945..dd2159395a56f349c991c4aba409ed1ca2bf1ef5 100644 (file)
@@ -381,7 +381,7 @@ class DatabaseResult extends BaseFrameworkSystem implements SearchableResult, Up
         * @return      void
         * @todo        Find a caching way without modifying the result array
         */
-       public function solveResultIndex ($databaseColumn, BaseDatabaseWrapper $wrapperInstance, array $callBack) {
+       public function solveResultIndex ($databaseColumn, DatabaseWrapper $wrapperInstance, array $callBack) {
                // By default nothing is found
                $indexValue = 0;