File manager - Edit - /var/www/ratemypay/vendor/laravel/framework/src/Illuminate/Console/View/Components/Mutators/EnsurePunctuation.php
Back
<?php namespace Illuminate\Console\View\Components\Mutators; use Illuminate\Support\Stringable; class EnsurePunctuation { /** * Ensures the given string ends with punctuation. * * @param string $string * @return string */ public function __invoke($string) { if (! (new Stringable($string))->endsWith(['.', '?', '!', ':'])) { return "$string."; } return $string; } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings