1
0
Fork 0
mirror of https://github.com/archtechx/laravel-tips.git synced 2025-12-12 05:14:04 +00:00

Week 17/2022

This commit is contained in:
Samuel Štancl 2022-04-29 21:07:03 +02:00
parent cb1970a9bf
commit 23979938b4
7 changed files with 89 additions and 0 deletions

View file

@ -0,0 +1,13 @@
---
title: 'You can dynamically create and extend interfaces in PHP'
tweet_id: '1520040287719944192'
thread_slug: weekly-thread-2022-17
author_username: freekmurze
images:
- 'https://pbs.twimg.com/media/FRLy5UXWYAIRIet.jpg'
created_at: 2022-04-29T14:00:20+00:00
slug: you-can-dynamically-create-and-extend-interfaces-in-php
---
🔥 Did you know you can dynamically create and/or extend interfaces in #PHP?
Example from the @pestphp codebase: https://github.com/pestphp/pest/blob/1.x/src/Contracts/HasPrintableTestCaseName.php