Skip to content

Commit

Permalink
Update docs (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
danijelgalic committed Oct 18, 2024
1 parent d80719c commit 7dd97ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kernel/http/firehub.Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ public function ifNoneMatch ():Indexed|false {
* @uses \FireHub\Core\Support\Enums\HTTP\Cache\Request As list.
* @uses \FireHub\Core\Support\LowLevel\DataIs::numeric() To check if argument is numeric.
*
* @return \FireHub\Core\Support\Collection\Type\Indexed<array{directive: \FireHub\Core\Support\Enums\HTTP\Cache\Request, argument: null|string}>|false Cache list.
* @return \FireHub\Core\Support\Collection\Type\Indexed<array{directive: \FireHub\Core\Support\Enums\HTTP\Cache\Request, argument: null|int|string}>|false Cache list.
*/
public function cache ():Indexed|false {

Expand Down

0 comments on commit 7dd97ad

Please sign in to comment.