File manager - Edit - /home/autoph/public_html/projects/Rating-AutoHub/vendor/hamcrest/hamcrest-php/hamcrest/Hamcrest/NullDescription.php
Back
<?php namespace Hamcrest; /* Copyright (c) 2009 hamcrest.org */ /** * Null implementation of {@link Hamcrest\Description}. */ class NullDescription implements Description { public function appendText($text) { return $this; } public function appendDescriptionOf(SelfDescribing $value) { return $this; } public function appendValue($value) { return $this; } public function appendValueList($start, $separator, $end, $values) { return $this; } public function appendList($start, $separator, $end, $values) { return $this; } public function __toString() { return ''; } }
| ver. 1.4 |
.
| PHP 8.1.32 | Generation time: 0 |
proxy
|
phpinfo
|
Settings