Skip to content

Commit

Permalink
GH-139 Remove unused global variable access
Browse files Browse the repository at this point in the history
  • Loading branch information
mdziekon committed May 25, 2022
1 parent a361a7b commit 6f993ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* - Allows ships count to be 0
*/
function validateFleetArray ($props) {
global $_Vars_ElementCategories, $_Vars_Prices;
global $_Vars_ElementCategories;

$isValid = function () {
return [
Expand Down

0 comments on commit 6f993ca

Please sign in to comment.