Global DOCS update: ~~~ replaced with ```

This commit is contained in:
SilverFire - Dmitry Naumenko
2015-12-02 23:15:28 +02:00
parent c96cbfa8e6
commit cd87d67f34
89 changed files with 399 additions and 398 deletions

View File

@@ -62,12 +62,12 @@ interface QueryInterface
* This can also be a callable (e.g. anonymous function) that returns the index value based on the given
* row data. The signature of the callable should be:
*
* ~~~
* ```php
* function ($row)
* {
* // return the index value corresponding to $row
* }
* ~~~
* ```
*
* @return $this the query object itself
*/