From fe5dc47a632bea8f32759713cb05fd7e3c4a9a66 Mon Sep 17 00:00:00 2001 From: Deuchnord Date: Wed, 4 Sep 2024 10:57:48 +0200 Subject: [PATCH] fix: use UK flag instead of US flag for British speakers (#562) --- pwa/data/con/2024/conferences/artisinal-api-platform.md | 2 +- pwa/data/con/2024/conferences/better-debugging-with-xdebug.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pwa/data/con/2024/conferences/artisinal-api-platform.md b/pwa/data/con/2024/conferences/artisinal-api-platform.md index b1f3991a..dc1c1d05 100644 --- a/pwa/data/con/2024/conferences/artisinal-api-platform.md +++ b/pwa/data/con/2024/conferences/artisinal-api-platform.md @@ -9,7 +9,7 @@ short: Using API Platform with Laravel. tag: 'archi' --- -# Artisinal API Platform (πŸ‡ΊπŸ‡Έ) +# Artisinal API Platform (πŸ‡¬πŸ‡§) Join me at the API Platform Conference for an insight into how to make the API Platform more "artisinal". By this, I mean we are going to explore how we can **use API Platform within a Laravel application**, and how we can lean on API Platform to craft robust APIs. We will delve into practical strategies, demonstrating how you can leverage the strengths of both frameworks to enhance your API development. diff --git a/pwa/data/con/2024/conferences/better-debugging-with-xdebug.md b/pwa/data/con/2024/conferences/better-debugging-with-xdebug.md index ef1d5dcc..28a3808d 100644 --- a/pwa/data/con/2024/conferences/better-debugging-with-xdebug.md +++ b/pwa/data/con/2024/conferences/better-debugging-with-xdebug.md @@ -9,7 +9,7 @@ short: How Xdebug helps you to be more productive. tag: 'good-practices' --- -# Better Debugging with Xdebug (πŸ‡ΊπŸ‡Έ) +# Better Debugging with Xdebug (πŸ‡¬πŸ‡§) In this talk I explain how to use Xdebug to **get more productive writing PHP code**, focussing on the improvements in Xdebug 3.2 and 3.3, to make the debugging experience better and easier to set up.