Mohammad Akbari

Results 1 issues of Mohammad Akbari

In this [PR](https://github.com/laravel/framework/pull/36404/files) Taylor Otwell in the [fetch method](https://github.com/laravel/framework/pull/36404/files#diff-58f2aa9e0230bec2d7431ddcf48a8e153f19ae0728848c89a4744099d740caf5) uses tap for empting the buffer instead of just a simple assignment why he do this? ```php return tap($this->buffer, function ()...