[00:00] Let me show you the visual difference of PHP operator switch and match. So I found this example in one open source project with switch, case, a lot of cases, and each case calls some function. [00:13] So the code is really long vertically. Can it be transformed to match? And phpStorm can help us with that really quickly. So there's underlined switch statement with message that it can be converted. [00:26] We'll just click here, and here's the result. So instead of three lines for every option, we have one line, which is even more readable, you would argue. And now that code vertically is shorter, even fitting on the screen of this YouTube short. [00:41] For longer PHP and Laravel videos, subscribe to my channel, Laravel Daily.