]> git.mxchange.org Git - core.git/blobdiff - framework/main/interfaces/database/class_Updateable.php
Continued:
[core.git] / framework / main / interfaces / database / class_Updateable.php
index 6fd756a159098a1006b456136dcf1a66ed5ce0cd..a502e087292ec152176256a66d67c508219b70ea 100644 (file)
@@ -35,6 +35,6 @@ interface Updateable extends FrameworkInterface {
         * @param       $fieldValue             New value to store
         * @return      void
         */
-       function updateDatabaseField ($fieldName, $fieldValue);
+       function updateDatabaseField (string $fieldName, $fieldValue);
 
 }