adhocore / php-jwt

Ultra lightweight, dependency free and standalone JSON web token (JWT) library for PHP5.6 to PHP8.2. This library makes JWT a cheese. It is a minimal JWT integration for PHP.
https://github.com/adhocore/php-jwt
MIT License
295 stars 21 forks source link

Apply fixes from StyleCI #2

Closed adhocore closed 7 years ago

adhocore commented 7 years ago

This pull request applies code style fixes from an analysis carried out by StyleCI.


For more information, click here.

codecov-io commented 7 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##             master     #2   +/-   ##
=======================================
  Coverage       100%   100%           
  Complexity       38     38           
=======================================
  Files             1      1           
  Lines            81     81           
=======================================
  Hits             81     81
Impacted Files Coverage Δ Complexity Δ
src/JWT.php 100% <ø> (ø) 38 <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 58c9191...ddf4aef. Read the comment docs.