Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
solarium
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
solarium
Commits
e523aa92
Commit
e523aa92
authored
Feb 25, 2016
by
Bas de Nooijer
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #401 from calumbrodie/patch-1
corrects php docblock in result-of-a-select-query
parents
eec822b5
e911f26d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
docs/queries/select-query/result-of-a-select-query/result-of-a-select-query.md
...uery/result-of-a-select-query/result-of-a-select-query.md
+2
-1
No files found.
docs/queries/select-query/result-of-a-select-query/result-of-a-select-query.md
View file @
e523aa92
...
...
@@ -35,7 +35,8 @@ The countable interface returns the number of documents in this resultset. This
Example
-------
A basic usage example:
```php
A basic usage example:
```
php
<?php
require
(
__DIR__
.
'/init.php'
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment