File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ Once the annotations are configured, you can start using them:
109109
110110### Processors
111111
112- ##### Lua
112+ #### Lua
113113
114114``` php
115115/**
@@ -122,7 +122,7 @@ public function testKickReleasesBuriedTask() : void
122122}
123123```
124124
125- ##### Sql
125+ #### Sql
126126
127127``` php
128128/**
@@ -139,7 +139,7 @@ public function testExecuteQueryFetchesAllRows() : void
139139
140140### Requirements
141141
142- ##### clientPacker
142+ #### clientPacker
143143
144144* Format:*
145145
@@ -160,7 +160,7 @@ public function testPackerUnpacksBigIntegerAsDecimal() : void
160160}
161161```
162162
163- ##### luaCondition
163+ #### luaCondition
164164
165165* Format:*
166166
@@ -181,7 +181,7 @@ public function testChangeUserPassword() : void
181181}
182182```
183183
184- ##### Tarantool
184+ #### Tarantool
185185
186186* Format:*
187187
@@ -237,7 +237,7 @@ final class MyTest extends TestCase
237237}
238238```
239239
240- Usage example:
240+ * Example: *
241241
242242``` php
243243public function testGetSpaceIsCached() : void
@@ -263,7 +263,7 @@ which contains the following methods:
263263
264264where ` <TYPE> ` is either ` Allocated ` or ` Deallocated ` .
265265
266- Usage example:
266+ * Example: *
267267
268268``` php
269269public function testCloseDeallocatesPreparedStatement() : void
You can’t perform that action at this time.
0 commit comments