← All changes
|
WPDataAccess/Data_Dictionary/WPDA_List_Columns_Cache.php
+2
-2
5.5.31
→
5.5.85
View file →
| @@ -32,10 +32,10 @@ | ||
| 32 | 32 | * Checks if an instance of class {@see WPDA_List_Columns} for the given combination of $schema_name and |
| 33 | 33 | * $table_name is already in cache. If an instance was found, a handle to it is returned. If not, a new |
| 34 | 34 | * instance is created, added to the cache and a handle to it is returned. |
| 35 | 35 | * |
| 36 | - * @param $schema_name Database schema name (= MySQL database) | |
| 37 | - * @param $table_name Datable table name | |
| 36 | + * @param $schema_name string Database schema name (= MySQL database) | |
| 37 | + * @param $table_name string Datable table name | |
| 38 | 38 | * |
| 39 | 39 | * @return object Handle to instance of {@see WPDA_List_Columns} for supplied $schema_name and $table_name |
| 40 | 40 | */ |
| 41 | 41 | public static function get_list_columns( $schema_name, $table_name ) { |