Showing 1 of 1 total issue
The method indexJson uses an else expression. Else clauses are basically not necessary and you can simplify the code by not using them. New
New
} else { $shortcut->setCustomImageUrl(null); }
- Read upRead up
- Exclude checks