Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mongo-php-library
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sinan
mongo-php-library
Commits
bc64127f
Commit
bc64127f
authored
May 23, 2016
by
corpsee
Committed by
Jeremy Mikola
Jun 03, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed return annotation in doc blocks
parent
214b0888
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
Client.php
src/Client.php
+2
-2
Collection.php
src/Collection.php
+2
-2
Database.php
src/Database.php
+2
-2
No files found.
src/Client.php
View file @
bc64127f
...
...
@@ -62,7 +62,7 @@ class Client
* Return internal properties for debugging purposes.
*
* @see http://php.net/manual/en/language.oop5.magic.php#language.oop5.magic.debuginfo
* @
param
array
* @
return
array
*/
public
function
__debugInfo
()
{
...
...
@@ -93,7 +93,7 @@ class Client
/**
* Return the connection string (i.e. URI).
*
* @
param
string
* @
return
string
*/
public
function
__toString
()
{
...
...
src/Collection.php
View file @
bc64127f
...
...
@@ -117,7 +117,7 @@ class Collection
* Return internal properties for debugging purposes.
*
* @see http://php.net/manual/en/language.oop5.magic.php#language.oop5.magic.debuginfo
* @
param
array
* @
return
array
*/
public
function
__debugInfo
()
{
...
...
@@ -136,7 +136,7 @@ class Collection
* Return the collection namespace (e.g. "db.collection").
*
* @see https://docs.mongodb.org/manual/faq/developers/#faq-dev-namespace
* @
param
string
* @
return
string
*/
public
function
__toString
()
{
...
...
src/Database.php
View file @
bc64127f
...
...
@@ -94,7 +94,7 @@ class Database
* Return internal properties for debugging purposes.
*
* @see http://php.net/manual/en/language.oop5.magic.php#language.oop5.magic.debuginfo
* @
param
array
* @
return
array
*/
public
function
__debugInfo
()
{
...
...
@@ -128,7 +128,7 @@ class Database
/**
* Return the database name.
*
* @
param
string
* @
return
string
*/
public
function
__toString
()
{
...
...
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