InvalidTypeHintClass.php in Zircon Profile 8
Same filename and directory in other branches
Namespace
Doctrine\Tests\Common\ProxyFile
vendor/doctrine/common/tests/Doctrine/Tests/Common/Proxy/InvalidTypeHintClass.phpView source
<?php
namespace Doctrine\Tests\Common\Proxy;
/**
* Test asset class
*/
class InvalidTypeHintClass {
/**
* @param InvalidHint (non existing class type hint)
*/
public function invalidTypeHintMethod(InvalidHint $foo) {
}
}
Classes
Name | Description |
---|---|
InvalidTypeHintClass | Test asset class |