ok
Direktori : /home2/selectio/public_html/fms-worksuite/vendor/nunomaduro/larastan/stubs/Support/ |
Current File : /home2/selectio/public_html/fms-worksuite/vendor/nunomaduro/larastan/stubs/Support/Tappable.stub |
<?php namespace Illuminate\Support\Traits; trait Tappable { /** * @param null|callable($this): mixed $callback * @return ($callback is null ? \Illuminate\Support\HigherOrderTapProxy<$this> : $this) */ function tap($callback = null) {} }