slince / shopify-api-php

:rocket: Shopify API Client for PHP
MIT License
128 stars 47 forks source link

fix some typos, annotation issues and more #26

Closed mtomala closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #26 into master will increase coverage by 0.14%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##             master     #26      +/-   ##
===========================================
+ Coverage     89.16%   89.3%   +0.14%     
+ Complexity     1254    1253       -1     
===========================================
  Files            94      94              
  Lines          3109    3104       -5     
===========================================
  Hits           2772    2772              
+ Misses          337     332       -5
Impacted Files Coverage Δ Complexity Δ
src/Client.php 95.65% <ø> (ø) 23 <0> (ø) :arrow_down:
src/Manager/DiscountCode/DiscountCode.php 100% <ø> (ø) 8 <0> (ø) :arrow_down:
src/Manager/Order/Order.php 100% <ø> (ø) 118 <0> (ø) :arrow_down:
src/Manager/Shop/ShopManager.php 77.77% <ø> (ø) 4 <0> (ø) :arrow_down:
src/Manager/Refund/Refund.php 100% <ø> (ø) 16 <0> (ø) :arrow_down:
src/Manager/ShippingZone/ShippingZone.php 100% <ø> (ø) 12 <0> (ø) :arrow_down:
src/Manager/Customer/Customer.php 100% <ø> (+5%) 38 <0> (-1) :arrow_down:
src/Manager/Refund/RefundLineItem.php 100% <ø> (ø) 10 <0> (ø) :arrow_down:
src/Manager/Page/Page.php 100% <ø> (ø) 18 <0> (ø) :arrow_down:

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 5e90496...38c4509. Read the comment docs.