Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Combine consecutive issets#11

Open
MathiasReker wants to merge 1 commit intoPrestaShop:devfrom
MathiasReker:combine-consecutive-issets
Open

Combine consecutive issets#11
MathiasReker wants to merge 1 commit intoPrestaShop:devfrom
MathiasReker:combine-consecutive-issets

Conversation

@MathiasReker
Copy link

No description provided.

if (isset($stats_array[$date_stat][$i]['nb'])
&& isset($stats_array[$date_stat][$i]['nb_used'])
if (isset($stats_array[$date_stat][$i]['nb'], $stats_array[$date_stat][$i]['nb_used'])
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants