carloshenrq / ragnaservice

RESTful api for ragnarok emulators
GNU General Public License v3.0
0 stars 0 forks source link

Removido verificação de is_null agora o teste passará a ser === null #49

Closed carloshenrq closed 5 years ago

carloshenrq commented 5 years ago

Introdução ao Pull Request

Alterações propostas

Remove o uso das funções is_null e passa a ser usado === null para saber se é null ou !== null quando não é null.

Issues:

codecov[bot] commented 5 years ago

Codecov Report

Merging #49 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##             master    #49   +/-   ##
=======================================
  Coverage       100%   100%           
  Complexity      176    176           
=======================================
  Files            16     16           
  Lines           728    728           
=======================================
  Hits            728    728
Impacted Files Coverage Δ Complexity Δ
app/Controller/Server.php 100% <100%> (ø) 21 <0> (ø) :arrow_down:
app/Model/Profile.php 100% <100%> (ø) 9 <0> (ø) :arrow_down:
app/App.php 100% <100%> (ø) 54 <0> (ø) :arrow_down:
app/Model/Token.php 100% <100%> (ø) 8 <0> (ø) :arrow_down:
app/Controller/Profile.php 100% <100%> (ø) 48 <0> (ø) :arrow_down:
app/Controller/ControllerParser.php 100% <100%> (ø) 10 <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 ac6d784...0c1fa31. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

Merging #49 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##             master    #49   +/-   ##
=======================================
  Coverage       100%   100%           
  Complexity      176    176           
=======================================
  Files            16     16           
  Lines           728    728           
=======================================
  Hits            728    728
Impacted Files Coverage Δ Complexity Δ
app/Controller/Server.php 100% <100%> (ø) 21 <0> (ø) :arrow_down:
app/Model/Profile.php 100% <100%> (ø) 9 <0> (ø) :arrow_down:
app/App.php 100% <100%> (ø) 54 <0> (ø) :arrow_down:
app/Model/Token.php 100% <100%> (ø) 8 <0> (ø) :arrow_down:
app/Controller/Profile.php 100% <100%> (ø) 48 <0> (ø) :arrow_down:
app/Controller/ControllerParser.php 100% <100%> (ø) 10 <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 ac6d784...0c1fa31. Read the comment docs.