handle phpstub

This commit is contained in:
Robin Appelman 2025-10-25 20:56:54 +02:00
commit dbdb33ac9f

View file

@ -150,6 +150,7 @@ in
}
// optionalAttrs hasPhpCsFixer {
"*.php" = "${getExe php-cs-fixer} fix";
"*.phpstub" = "${getExe php-cs-fixer} fix";
});
}
];