for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types=1);
namespace Jaxon\Annotations\Tests\Attr\Ajax\Component;
use Jaxon\Annotations\Tests\Attr\PageComponent as BaseComponent;
class PageComponent extends BaseComponent
{
/**
* @return int
*/
protected function count(): int
return 0;
}
protected function limit(): int
* @return string
public function html(): string
return '';