Completed
Push — master ( df3594...7ae026 )
by Dmitry
01:39
created
src/Plugin/Annotation.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/Schema.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
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':
Please login to merge, or discard this patch.