kuzzleio / sdk-php

Official php SDK for Kuzzle
http://docs.kuzzle.io/sdk-reference
Apache License 2.0
6 stars 1 forks source link

[4.x] collection.create should accept an optional mapping object #95

Closed scottinet closed 6 years ago

scottinet commented 6 years ago

What does this PR do ?

The PHP SDK v4.x version of https://github.com/kuzzleio/sdk-php/pull/94

codecov-io commented 6 years ago

Codecov Report

Merging #95 into 4.x will increase coverage by 0.46%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##              4.x      #95      +/-   ##
==========================================
+ Coverage   91.06%   91.53%   +0.46%     
==========================================
  Files          16       16              
  Lines        1511     1807     +296     
==========================================
+ Hits         1376     1654     +278     
- Misses        135      153      +18
Impacted Files Coverage Δ
src/Collection.php 91.72% <100%> (+0.05%) :arrow_up:
src/Kuzzle.php 91.95% <0%> (+0.71%) :arrow_up:
src/MemoryStorage.php 97.5% <0%> (+0.72%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d8113ad...ca63529. Read the comment docs.