chore(deps): update dependency nextcloud/coding-standard to v1.2.3 #134
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/nextcloud-coding-standard-1.x-lockfile"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
1.2.1
->1.2.3
Release Notes
nextcloud/coding-standard (nextcloud/coding-standard)
v1.2.3
Compare Source
Changed
cast_spaces
: No space between cast and variablev1.2.2
Compare Source
Added
cast_spaces
: A single space between cast and variablelowercase_cast
: Cast should be written in lower casemethod_chaining_indentation
: Use the same indentation when changing methodsno_short_bool_cast
: Short cast bool using double exclamation mark should not be usedphpdoc_align
: All items of the given PHPDoc tags must be left-alignedphpdoc_single_line_var_spacing
: Single line @var PHPDoc should have proper spacingphpdoc_var_annotation_correct_order
: Enforce the correct order for phpdoc annotationsshort_scalar_cast
: (boolean) => (bool), (integer) => (int), ...single_quote
: Use single quotes for simple stringstypes_spaces
: No spaces around union and intersection type operatorsConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR has been generated by Renovate Bot.