Skip to content

Commit a0b1e81

Browse files
authored
Update processes.md
1 parent acc994a commit a0b1e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

processes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ Laravel также позволяет назначать строковые кл
203203
$result = Process::pipe(function (Pipe $pipe) {
204204
$pipe->as('first')->command('cat example.txt');
205205
$pipe->as('second')->command('grep -i "laravel"');
206-
}, function (function (string $type, string $output, string $key) {
206+
}, function (string $type, string $output, string $key) {
207207
// ...
208208
});
209209
```

0 commit comments

Comments
 (0)