Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
denisyukphp committed May 16, 2024
1 parent 309b005 commit f4da75b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ All temp files will be immediately removed.

## Auto-purging

By default, temp files purge automatically. The feature based on `register_shutdown_function` function and init every time when temp file manager is started. For difficult use cases you can turn off auto purging:
By default, temp files purge automatically. The feature based on `register_shutdown_function(callable $callback, mixed ...$args): void` function and init every time when temp file manager is started. For difficult use cases you can turn off auto purging:

```php
<?php
Expand Down

0 comments on commit f4da75b

Please sign in to comment.