Copied!
<?php

namespace PHPFUI\InstaDoc\Tests;

trait ConstantsAllowed82
	{
	public const CONSTANT = 1;

	public function bar() : int
	{
		return Foo::CONSTANT;
	}
	}
© 2025 Bruce Wells
Search Namespaces \ Classes
Configuration