@@ -71,7 +71,7 @@ |
||
| 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 ) { |