Files
php-flasher/tests/Laravel
Younes ENNAJI 5202c86107 fix: handle invalid JSON gracefully in FlasherComponent
The json_decode() with JSON_THROW_ON_ERROR throws an exception before
the ?: operator can provide a fallback value. This caused page crashes
when invalid JSON was passed to the Blade component attributes.

Now using a helper method with try-catch to safely decode JSON and
return an empty array on failure, preventing page crashes.
2026-03-01 20:00:16 +00:00
..
2026-02-25 20:22:38 +00:00
2026-02-25 20:29:51 +00:00
2026-02-25 19:31:21 +00:00
2026-02-25 11:34:01 +00:00
2024-04-09 07:57:01 +00:00
2024-04-09 07:57:01 +00:00