Skip to content

Commit a208a76

Browse files
committed
Update InteractsWithInput.php
1 parent 96a9bc7 commit a208a76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Illuminate/Http/Concerns/InteractsWithInput.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,8 +434,8 @@ protected function retrieveItem($source, $key, $default)
434434
/**
435435
* Apply the callback if the request contains a given input item key.
436436
*
437-
* @param string $key
438-
* @param callable|null $callback
437+
* @param string $key
438+
* @param callable $callback
439439
* @return $this
440440
*/
441441
public function when($key, callable $callback)

0 commit comments

Comments
 (0)