@@ -69,7 +69,7 @@ |
||
69 | 69 | |
70 | 70 | if (!array_key_exists('parts', $arguments) || !count($arguments['parts'])) { |
71 | 71 | $arguments['parts'] = []; |
72 | - foreach($properties as $name) { |
|
72 | + foreach ($properties as $name) { |
|
73 | 73 | $index = array_search($name, $this->properties); |
74 | 74 | $arguments['parts'][] = $index + 1; |
75 | 75 | $arguments['parts'][] = $this->convention->getTarantoolType($this->types[$name]); |