File manager - Edit - /var/www/payraty/helpdesk/vendor/rector/rector/vendor/symplify/easy-testing/src/ValueObject/InputAndExpected.php
Back
<?php declare (strict_types=1); namespace RectorPrefix202208\Symplify\EasyTesting\ValueObject; final class InputAndExpected { /** * @var string */ private $input; /** * @var mixed */ private $expected; /** * @param mixed $expected */ public function __construct(string $input, $expected) { $this->input = $input; $this->expected = $expected; } public function getInput() : string { return $this->input; } /** * @return mixed */ public function getExpected() { return $this->expected; } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings