1 line
104 B
PHP
1 line
104 B
PHP
<?php declare(strict_types=1); namespace PhpMyAdmin { class Pdf { public function __construct() { } } } |