files_downloadactivity
files_downloadactivity copied to clipboard
Chore(deps-dev): Bump nextcloud/coding-standard from 1.0.0 to 1.2.1
Bumps nextcloud/coding-standard from 1.0.0 to 1.2.1.
Release notes
Sourced from nextcloud/coding-standard's releases.
v1.2.1
1.2.1 - 2024-02-01
Fix
- fix: Remove
fully_qualified_strict_typesagain by@nickvergessenin nextcloud/coding-standard#16Full Changelog: https://github.com/nextcloud/coding-standard/compare/v1.2.0...v1.2.1
v1.2.0
1.2.0 - 2024-02-01
Added
array_syntax: Force short syntax for arraylist_syntax: Same for listfully_qualified_strict_types: Remove namespace from classname when there is ausestatement, and add missing backslash for global namespaceno_leading_import_slash: Remove leading slash fromusestatementnullable_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 === $aby$a === null.What's Changed
- Extend coding standard with new rules by
@come-ncin nextcloud/coding-standard#15Full Changelog: https://github.com/nextcloud/coding-standard/compare/v1.1.1...v1.2.0
v1.1.1
What's Changed
- feat: use php-cs-fixer/shim by
@kesselbin nextcloud/coding-standard#13New Contributors
@kesselbmade their first contribution in nextcloud/coding-standard#13Full Changelog: https://github.com/nextcloud/coding-standard/compare/v1.1.0...v1.1.1
v1.1.0
What's Changed
- Order imports alphabetically by
@come-ncin nextcloud/coding-standard#10- fix(rules): Replace deprecated braces rules by
@nickvergessenin nextcloud/coding-standard#12New Contributors
@come-ncmade their first contribution in nextcloud/coding-standard#10@nickvergessenmade their first contribution in nextcloud/coding-standard#12Full Changelog: https://github.com/nextcloud/coding-standard/compare/v1.0.0...v1.1.0
Changelog
Sourced from nextcloud/coding-standard's changelog.
1.2.1 - 2024-02-01
Fix
- fix: Remove
fully_qualified_strict_typesagain by@nickvergessenin nextcloud/coding-standard#161.2.0 - 2024-02-01
Added
array_syntax: Force short syntax for arraylist_syntax: Same for list- Removed in 1.2.1 due to issuesfully_qualified_strict_types: Remove namespace from classname when there is ausestatement, and add missing backslash for global namespaceno_leading_import_slash: Remove leading slash fromusestatementnullable_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 === $aby$a === null.1.1.1 - 2023-06-23
Changed
- feat: use php-cs-fixer/shim by
@kesselbin nextcloud/coding-standard#131.1.0 - 2023-04-13
Changed
- Order imports alphabetically by
@come-ncin nextcloud/coding-standard#10- fix(rules): Replace deprecated braces rules by
@nickvergessenin nextcloud/coding-standard#12
Commits
cf5f18dMerge pull request #16 from nextcloud/nickvergessen-patch-135fd40efix(docs): Update old file name in readme51cf509fix: Removefully_qualified_strict_typesagain424cdd9Merge pull request #15 from nextcloud/enh/extend-coding-standardc178f60chore: Add missing entries to changeloga60ff69enh: Force short syntax for list as well7180117enh: Remove leading slash in use statements2fce407enh: Remove namespace from class FQDN if there is a use statement1dedda4enh: Set type as nullable when default value is null (needed for PHP 8.4)d9cd7a3enh: Forbid yoda style comparison- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot will merge this PR once CI passes on it, as requested by @nextcloud-command.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
One of your CI runs failed on this pull request, so Dependabot won't merge it.
Dependabot will still automatically merge this pull request if you amend it and your tests pass.
@dependabot recreate
Looks like nextcloud/coding-standard is up-to-date now, so this is no longer needed.