GraphToolkit: Incorrect data type showing for multi-dimensional arrays

Multi-dimensional arrays on ports are showing up as single dimensional arrays. e.g. float[,] shows up as float[] (no comma). Internally, it seems to work fine, but it’s confusing.