Commit e911f26d authored by Calum Brodie's avatar Calum Brodie

corrects php docblock in result-of-a-select-query/

parent eec822b5
...@@ -35,7 +35,8 @@ The countable interface returns the number of documents in this resultset. This ...@@ -35,7 +35,8 @@ The countable interface returns the number of documents in this resultset. This
Example Example
------- -------
A basic usage example: ```php A basic usage example:
```php
<?php <?php
require(__DIR__.'/init.php'); require(__DIR__.'/init.php');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment