calendar_resource_management
calendar_resource_management copied to clipboard
chore(deps): bump nextcloud/coding-standard from 1.0.0 to ^1.2.1 (main)
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
nextcloud/coding-standard | ^1.0 -> ^1.2.1 |
Release Notes
nextcloud/coding-standard (nextcloud/coding-standard)
v1.2.1
Fix
- fix: Remove
fully_qualified_strict_types
again by @nickvergessen in https://github.com/nextcloud/coding-standard/pull/16
v1.2.0
Added
-
array_syntax
: Force short syntax for array -
list_syntax
: Same for list - ~~
fully_qualified_strict_types
: Remove namespace from classname when there is ause
statement, and add missing backslash for global namespace~~ - Removed in 1.2.1 due to issues -
no_leading_import_slash
: Remove leading slash fromuse
statement -
nullable_type_declaration_for_default_null_value
: Add missing?
on type declaration for parameters defaulting tonull
. This will most likely be needed to avoid warnings in PHP 8.4. -
yoda_style
: forbid yoda style comparision. This replacesnull === $a
by$a === null
.
v1.1.1
Changed
- feat: use php-cs-fixer/shim by @kesselb in https://github.com/nextcloud/coding-standard/pull/13
v1.1.0
Changed
- Order imports alphabetically by @come-nc in https://github.com/nextcloud/coding-standard/pull/10
- fix(rules): Replace deprecated braces rules by @nickvergessen in https://github.com/nextcloud/coding-standard/pull/12
Configuration
📅 Schedule: Branch creation - "before 5am on monday" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.