Skip to content

Instantly share code, notes, and snippets.

View staabm's full-sized avatar
👋

Markus Staab staabm

👋
View GitHub Profile
@staabm
staabm / test11968.php
Created November 30, 2024 12:16
Reduced repro PHPStan Bug 11968
<?php
declare(strict_types=1);
namespace collecthor\helpers;
use yii\helpers\Html;
enum Mdi
{
case FileArrowUpDownOutline;