Bacon / BaconQrCode

QR Code Generator for PHP
BSD 2-Clause "Simplified" License
1.86k stars 212 forks source link

Some phpdoc and type fixes #119

Closed williamdes closed 1 year ago

williamdes commented 1 year ago

Using phpstan to find them

I fixed what I could fix

codecov-commenter commented 1 year ago

Codecov Report

Merging #119 (7f2e94c) into master (fc62b92) will not change coverage. The diff coverage is 0.00%.

@@            Coverage Diff            @@
##             master     #119   +/-   ##
=========================================
  Coverage     62.88%   62.88%           
  Complexity      934      934           
=========================================
  Files            47       47           
  Lines          2727     2727           
=========================================
  Hits           1715     1715           
  Misses         1012     1012           
Impacted Files Coverage Δ
src/Common/CharacterSetEci.php 51.42% <ø> (ø)
src/Common/FormatInformation.php 89.13% <ø> (ø)
src/Common/Mode.php 100.00% <ø> (ø)
src/Encoder/Encoder.php 86.53% <ø> (ø)
src/Renderer/Image/SvgImageBackEnd.php 0.00% <0.00%> (ø)
src/Renderer/Module/EdgeIterator/EdgeIterator.php 100.00% <ø> (ø)
src/Renderer/Path/EllipticArc.php 0.00% <0.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

DASPRiD commented 1 year ago

LGTM, thanks!