oliverdavies.uk/source/_podcast_episodes/22-dave-liddament.md
Oliver Davies 076802cb5b Add "More podcast episodes with..." block
If a guest has been on multiple podcast episodes, show a list on an
episode page linking to their other episodes.

For this to work, each page needs `data.podcast_episodes` to be in
scope, so `use: [podcast_episodes]` needs to be added to the episode.

Whilst I could do this only for the specific episodes, adding it to all
the episodes will make it clearer in the future that I need to have it
instead of forgetting to add it and wondering why it doesn't work.
2025-01-02 01:07:54 +00:00

35 lines
947 B
Markdown

---
date: 2024-09-30
topic: Static Analysis
guests:
- Dave Liddament
transistor:
id: 9b2a9587
links:
- - Dave's website
- https://www.daveliddament.co.uk
- - PHPStan
- https://phpstan.org
- - php-language-extensions
- https://github.com/DaveLiddament/php-language-extensions
- - Static Analysis Results Baseliner
- https://github.com/DaveLiddament/sarb
- - Types in Laravel by Nuno Maduro
- https://www.youtube.com/watch?v=jObcE58UCB8
- - PHP South West
- https://phpsw.uk
- - Dave on X
- https://x.com/DaveLiddament
- - Dave on Mastodon
- https://mastodon.social/@daveliddament@phpc.social
talking_points: []
quotes: []
chapters: []
episode_filename: 22-static-analysis.mp3
file_size: 25543869
duration: 0:58:55
use: [podcast_episodes]
---
In this episode, Oliver is joined by Dave Liddament - Director at Lamp Bristol and Organiser of PHP South West - to discuss PHPStan and static analysis.