@@ -560,7 +560,7 @@ |
||
| 560 | 560 | $matches[$what] = null; |
| 561 | 561 | } |
| 562 | 562 | if ($what == 'length') { |
| 563 | - return static::getFieldLength($matches[$what], $field['Type']); |
|
| 563 | + return static::getFieldLength($matches[$what], $field['Type']); |
|
| 564 | 564 | } |
| 565 | 565 | return static::getFieldType($matches[$what]); |
| 566 | 566 | case "flags": |