Christophe Vidal
Christophe Vidal
Fixed typo in README: `it's` => `its`.
`Client#prepare()` currently quotes numeric values and therefore forces the SQL engine to interpret them as strings. However, some values, such as the one given to `LIMIT` or `OFFSET`, accept only...
This change allows the tool to generate expected Markdown code for method arguments when they have descriptions with complex structures. For example, given the following docblock: ```php /** * @param...
I believe this is a copy-paste error in the class template.