Yoast / Yoast-SEO-for-TYPO3

Yoast SEO plugin for TYPO3
Other
51 stars 56 forks source link

[BUGFIX] Prevent undefined array key warning #566

Closed peterkraume closed 8 months ago

peterkraume commented 8 months ago

Fixes: #565

Quality assurance

RinyVT commented 8 months ago

Thanks for the PR! I've changed the code a bit by using !isset and ?? to make it a bit more readable and we do not need the null checks that array_key_exists provides, do you agree?

peterkraume commented 8 months ago

I'm perfectly fine with your changes. Thx for taking care!