🐘 ⛵
Maurício Meneghini Fauth
Hi, I'm Maurício (he/him), a PHP developer and member of the phpMyAdmin development team.
- Mastodon: @mauriciofauth@phpc.social
- Twitter: @MauricioFauth
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuseHi, I'm Maurício (he/him), a PHP developer and member of the phpMyAdmin development team.
non-empty-literal-string
type does not check for empty strings
<?php declare(strict_types = 1); /** * @psalm-param non-empty-literal-string $string */ function takesAnString(string $string): void { echo $string…