@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Tarantool\Mapper\Plugin; |
4 | 4 | |
5 | 5 | use Exception; |
6 | - |
|
7 | 6 | use phpDocumentor\Reflection\DocBlockFactory; |
8 | 7 | use phpDocumentor\Reflection\Types\ContextFactory; |
9 | 8 | use ReflectionClass; |
@@ -51,7 +51,7 @@ |
||
51 | 51 | case 'float': |
52 | 52 | return (float) $value; |
53 | 53 | |
54 | - case 'unsigned': |
|
54 | + case 'unsigned': |
|
55 | 55 | case 'UNSIGNED': |
56 | 56 | case 'num': |
57 | 57 | case 'NUM': |