Zoom in on Getting the Most Out of PHPStan workshop at SymfonyCon Disneyland Paris 2022

SymfonyCon Disneyland Paris 2022

The SymfonyCon Disneyland Paris 2022 event comes with 2 days of pre-conference workshops organized on November 15-16. All workshops will be organized in English at the Disney's Newport Bay Club. We offer 10 different workshops per day, you can choose to be trained on 10 different topics related to Symfony and its ecosystem. It's the best way to learn more about Symfony, the ecosystem and the latest features. Enjoying the workshops reinforce your knowledge and enable you to get the most out of the conference!

Discover in details the "Getting the Most Out of PHPStan" workshop. It's a 1-day workshop organized on November 16 only. Your trainer is Ondřej Mirtes, Creator of PHPStan.

PHP is nothing like compiled languages. If you make a mistake, the program will crash when the line of code with the mistake is executed. When testing a PHP application, whether manually or automatically, developers spend a lot of their time discovering mistakes that wouldn’t even compile in other languages, leaving less time for testing actual business logic.

PHPStan is a popular static analyser focused on finding bugs in your code. By leveraging the strength of PHP type system further enhanced in PHPStan itself, developers can create robust applications and discover bugs early in the development process. The aid the tool provides during refactoring is also indispensable.

In this workshop, the attendees will learn how to install, configure and run PHPStan, and also receive tips how to write code so that PHPStan can be as powerful as possible. They will also be able to write their own PHPStan rules and extensions.

Interested in this workshop? Book now your Getting the Most Out of PHPStan workshop ticket at SymfonyCon Disneyland Paris 2022, seats are limited and registration is based on first come first served!

Don't miss the opportunity to attend this workshop! Enhance your skills at SymfonyCon Disneyland Paris 2022.

            <hr style="margin-bottom: 5px" />
            <div style="font-size: 90%">
                <a href="https://symfony.com/sponsor">Sponsor</a> the Symfony project.
            </div>

https://symfony.com/blog/zoom-in-on-getting-the-most-out-of-phpstan-workshop-at-symfonycon-disneyland-paris-2022?utm_source=Symfony%20Blog%20Feed&utm_medium=feed

Created 3y | Aug 31, 2022, 8:20:09 AM


Login to add comment

Other posts in this group

SymfonyOnline June 2025: Automate Everything with Your Personal Army of Robots

SymfonyOnline June 2025 is almost here, starting in almost 2 months on:

June 10-11: Workshop days. It is possible to attend 1 two-day training or 2 one-day trainings. June 12-13: Online confe

Apr 29, 2025, 3:10:03 PM | Symfony
New in Symfony 7.3: Slug and Twig Constraints

The Validator component provides dozens of constraints ready to use in your applications. In Symfony 7.3, we've added two new constraints to the list.

Slug Constraint

Apr 29, 2025, 10:30:02 AM | Symfony
SymfonyOnline June 2025: Multi-Tenantize the Symfony components

SymfonyOnline June 2025 is almost here, starting in almost 2 months on:

June 10-11: Workshop days. It is possible to attend 1 two-day training or 2 one-day trainings. June 12-13: Online confe

Apr 28, 2025, 3:50:10 PM | Symfony
New in Symfony 7.3: Twig Extension Attributes

Contributed by Jérôme Tamarelle in

Apr 28, 2025, 8:50:09 AM | Symfony
A Week of Symfony #956 (April 21–27, 2025)

This week, we kicked off the New in Symfony 7.3 blog series, highlighting all the exciting new features coming in this release. We also unveiled more details about some of the SymfonyOnline June 2025

Apr 27, 2025, 9:41:08 AM | Symfony
SymfonyOnline June 2025: How Doctrine Events Ruined My Day(s)

SymfonyOnline June 2025 is almost here, starting in almost 2 months on:

June 10-11: Workshop days. It is possible to attend 1 two-day training or 2 one-day trainings. June 12-13: Online confe

Apr 25, 2025, 1:40:15 PM | Symfony
Introducing A Streaming AMQP Transport for Symfony Messenger

Symfony's Messenger component makes it easy to build message-driven applications. However, developers using symfony/amqp-messenger have long faced a limitation: it relies on polling (get()), which can

Apr 25, 2025, 9:10:02 AM | Symfony