@@ -109,7 +109,7 @@ Once the annotations are configured, you can start using them:
109
109
110
110
### Processors
111
111
112
- ##### Lua
112
+ #### Lua
113
113
114
114
``` php
115
115
/**
@@ -122,7 +122,7 @@ public function testKickReleasesBuriedTask() : void
122
122
}
123
123
```
124
124
125
- ##### Sql
125
+ #### Sql
126
126
127
127
``` php
128
128
/**
@@ -139,7 +139,7 @@ public function testExecuteQueryFetchesAllRows() : void
139
139
140
140
### Requirements
141
141
142
- ##### clientPacker
142
+ #### clientPacker
143
143
144
144
* Format:*
145
145
@@ -160,7 +160,7 @@ public function testPackerUnpacksBigIntegerAsDecimal() : void
160
160
}
161
161
```
162
162
163
- ##### luaCondition
163
+ #### luaCondition
164
164
165
165
* Format:*
166
166
@@ -181,7 +181,7 @@ public function testChangeUserPassword() : void
181
181
}
182
182
```
183
183
184
- ##### Tarantool
184
+ #### Tarantool
185
185
186
186
* Format:*
187
187
@@ -237,7 +237,7 @@ final class MyTest extends TestCase
237
237
}
238
238
```
239
239
240
- Usage example:
240
+ * Example: *
241
241
242
242
``` php
243
243
public function testGetSpaceIsCached() : void
@@ -263,7 +263,7 @@ which contains the following methods:
263
263
264
264
where ` <TYPE> ` is either ` Allocated ` or ` Deallocated ` .
265
265
266
- Usage example:
266
+ * Example: *
267
267
268
268
``` php
269
269
public function testCloseDeallocatesPreparedStatement() : void
0 commit comments