@@ -71,7 +71,7 @@ discard block |
||
| 71 | 71 | * Check if a key is a legacy map property key |
| 72 | 72 | * |
| 73 | 73 | * @param string $key |
| 74 | - * @return bool |
|
| 74 | + * @return integer |
|
| 75 | 75 | */ |
| 76 | 76 | public function is_legacy_map_key( $key ) { |
| 77 | 77 | $map_regex = array_map( function( $map_key ) { |
@@ -136,7 +136,6 @@ discard block |
||
| 136 | 136 | * Get a key-value array of legacy values for fields in the container of the passed datastore |
| 137 | 137 | * |
| 138 | 138 | * @param Container $container |
| 139 | - * @param Datastore_Interface $datastore |
|
| 140 | 139 | * @return array |
| 141 | 140 | */ |
| 142 | 141 | protected function get_legacy_storage_array_from_database( Container $container ) { |