1
0
Fork 0
php-language-server/tests/Validation/cases/param1.php

6 lines
57 B
PHP
Raw Normal View History

<?php
namespace MyNamespace;
function init(Hi $view)
{
}