oauth2-bundle icon indicating copy to clipboard operation
oauth2-bundle copied to clipboard

Fix UpdateClientCommand options

Open v-m-i opened this issue 4 years ago • 1 comments

Closes #191

Array options won't be deleted if they were not sent. Client won't be activated if deactivated flag was not sent. Removed deactivated, added active option.

v-m-i avatar Mar 30 '20 20:03 v-m-i

Codecov Report

Merging #192 into v3.x will increase coverage by 0.06%. The diff coverage is 97.82%.

Impacted file tree graph

@@             Coverage Diff              @@
##               v3.x     #192      +/-   ##
============================================
+ Coverage     92.05%   92.12%   +0.06%     
- Complexity      381      391      +10     
============================================
  Files            56       56              
  Lines          1272     1296      +24     
============================================
+ Hits           1171     1194      +23     
- Misses          101      102       +1     
Impacted Files Coverage Δ Complexity Δ
Command/UpdateClientCommand.php 96.10% <97.82%> (-0.13%) 15.00 <6.00> (+10.00) :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 6d65806...04775b5. Read the comment docs.

codecov-io avatar Mar 31 '20 18:03 codecov-io