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
1d6300f6
Commit
1d6300f6
authored
Jun 03, 2016
by
Jeremy Mikola
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #157
parents
214b0888
bc64127f
Show 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 @
1d6300f6
...
...
@@ -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 @
1d6300f6
...
...
@@ -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 @
1d6300f6
...
...
@@ -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