for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace kalanis\RemoteRequest\Protocols\Fsp\Answer;
/**
* Class Test
* @package kalanis\RemoteRequest\Protocols\Fsp\Answer
* Process test answer
*/
class Test extends AAnswer
{
public function process(): parent
return $this;
return $this
kalanis\RemoteRequest\Protocols\Fsp\Answer\Test
parent
}