Вход Регистрация
Файл: vendor/laravel/framework/src/Illuminate/Support/Traits/Tappable.php
Строк: 18
<?php

namespace IlluminateSupportTraits;

trait 
Tappable
{
    
/**
     * Call the given Closure with this instance then return the instance.
     *
     * @param  (callable($this): mixed)|null  $callback
     * @return ($callback is null ? IlluminateSupportHigherOrderTapProxy : $this)
     */
    
public function tap($callback null)
    {
        return 
tap($this$callback);
    }
}
Онлайн: 3
Реклама