ppshobi / psonic

Sonic is a super fast auto suggestion engine built by the team at crisp.chat, a customer engagement platform. its built in Rust and they officially support a javascript client, but if you want to use sonic via php, this is the library that you can look for. Completely unit tested, and adheres to modern coding standards, and offers a clean api to interact with sonic.
MIT License
130 stars 9 forks source link

Fixed example code of Readme.md #11

Closed kjdev closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #11 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #11   +/-   ##
=========================================
  Coverage     95.19%   95.19%           
  Complexity       82       82           
=========================================
  Files            22       22           
  Lines           229      229           
=========================================
  Hits            218      218           
  Misses           11       11

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 ae4dd6a...ddf5676. Read the comment docs.

ppshobi commented 5 years ago

Hey, @kjdev, Seems like scrutinizer failed for some other reason. Even though Readme.md has nothing to do with it. Ran another build on Travis. Things seem fine for me. Many thanks for the PR.