1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-02 17:52:45 +01:00
psalm/tests/stubs/partial_class.php

12 lines
173 B
PHP
Raw Normal View History

<?php
namespace Foo;
class PartiallyStubbedClass {
/**
* @param class-string $a
* @return PartiallyStubbedClass
*/
public function foo($a) {}
}