Maurício Meneghini Fauth 🐘 ⛵
Hi, I'm Maurício (he/him), a PHP developer and member of the phpMyAdmin development team.
- Twitter: @mauriciofauth
Hi, I'm Maurício (he/him), a PHP developer and member of the phpMyAdmin development team.
strict_variables option in dev env
Settings value object for $cfg global
scripts/fix-po-twig with a Console command
common.inc.php to Common::run static method
PMA_MINIMUM_COMMON constant
<?php final class FooBar { /** @psalm-var positive-int */ private int $foo = 1; /** @psalm-var positive-int */ private int $bar = 1; public function …