-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): bump nextcloud/coding-standard from 1.1.1 to v1.3.2 (master) #1495
chore(deps): bump nextcloud/coding-standard from 1.1.1 to v1.3.2 (master) #1495
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1495 +/- ##
=========================================
Coverage 42.50% 42.50%
Complexity 102 102
=========================================
Files 19 19
Lines 327 327
=========================================
Hits 139 139
Misses 188 188
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
ffe82b7
to
ff8bdef
Compare
ff8bdef
to
d1317cc
Compare
d1317cc
to
8ecce03
Compare
8ecce03
to
c97dfef
Compare
c97dfef
to
9a14804
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
9a14804
to
9eeb6af
Compare
Signed-off-by: Richard Steinmetz <[email protected]>
Signed-off-by: Richard Steinmetz <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I fixed all issues by running composer cs:fix
.
This PR contains the following updates:
1.1.1
->1.3.2
Release Notes
nextcloud/coding-standard (nextcloud/coding-standard)
v1.3.2
Compare Source
Added
type_declaration_spaces
: A single space between typehint and variable namev1.3.1
Compare Source
Fixed
ErickSkrauch/blank_line_before_return
andErickSkrauch/line_break_after_statements
rulesv1.3.0
Compare Source
Changed
trailing_comma_in_multiline
: Add a trailing comma to multline function parametersMultilinePromotedPropertiesFixer
: Break promoted properties on multiple linesErickSkrauch/blank_line_before_return
: Add a blank line before each returnErickSkrauch/line_break_after_statements
: Add a blank line after all control statementsconcat_space
: Concatenation should be spacednullable_type_declaration
: ChangesDateTimeInterface|null
to?DateTimeInterface
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 operatorsv1.2.1
Compare Source
Fix
fully_qualified_strict_types
again by @nickvergessen in https://github.com/nextcloud/coding-standard/pull/16v1.2.0
Compare Source
Added
array_syntax
: Force short syntax for arraylist_syntax
: Same for listfully_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 issuesno_leading_import_slash
: Remove leading slash fromuse
statementnullable_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
.Configuration
📅 Schedule: Branch creation - "before 5am on wednesday" in timezone Europe/Vienna, 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.
This PR was generated by Mend Renovate. View the repository job log.