Skip to content

Update Configuration.php #490

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update Configuration.php #490

wants to merge 1 commit into from

Conversation

php4fan
Copy link

@php4fan php4fan commented Oct 15, 2024

Fixed wrong parameter type in documentation of rotating_file handler

Fixed wrong parameter type in documentation of rotating_file handler
@@ -63,7 +63,7 @@
* - [max_files]: files to keep, defaults to zero (infinite)
* - [level]: level name or int value, defaults to DEBUG
* - [bubble]: bool, defaults to true
* - [file_permission]: string|null, defaults to null
* - [file_permission]: int|null, defaults to null (0644)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* - [file_permission]: int|null, defaults to null (0644)
* - [file_permission]: int|null, defaults to null (0o644)

We need to use the proper octal notation if using octal for the default value

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants