Psalm
Get started
Documentation
Paid support
Plugins
Blog
GitHub
<?php namespace PDO { class Util { /** * @internal */ public static function help(): void { } } } namespace PDOSQLSrv { class Test { public function test(): void { \PDO\Util::help(); } } } namespace PDO\SQLSrv { class Test { public function test(): void { \PDO\Util::help(); } } }
Snippet created on July 3 2020 at 17:38 UTC
Settings
Get link