Skip to content

Conversation

mmoll
Copy link
Contributor

@mmoll mmoll commented Apr 8, 2021

Type of PR

  • Bugfix
  • New Feature
  • Other (explain):

Breaking changes

  • Yes, this is a breaking change

Requires new major version.

@@ -217,4 +217,15 @@
<property name="ignoreUnusedValuesWhenOnlyKeysAreUsedInForeach" value="true"/>
</properties>
</rule>

<!-- These should get handled by the upstream Symfony standard later -->
<rule ref="SlevomatCodingStandard.Arrays.SingleLineArrayWhitespace"/>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

"Do not use spaces around [ offset accessor and before ] offset accessor


<!-- These should get handled by the upstream Symfony standard later -->
<rule ref="SlevomatCodingStandard.Arrays.SingleLineArrayWhitespace"/>
<rule ref="SlevomatCodingStandard.Namespaces.ReferenceUsedNamesOnly">
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Add a use statement for every class that is not part of the global namespace;

@codecov
Copy link

codecov bot commented Apr 8, 2021

Codecov Report

Merging #170 (e29663a) into master (f71240d) will not change coverage.
The diff coverage is 100.00%.

❗ Current head e29663a differs from pull request most recent head 0c2a612. Consider uploading reports for the commit 0c2a612 to get more accurate results
Impacted file tree graph

@@             Coverage Diff             @@
##              master      #170   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity       133       133           
===========================================
  Files              6         6           
  Lines            511       514    +3     
===========================================
+ Hits             511       514    +3     
Impacted Files Coverage Δ Complexity Δ
...4/Sniffs/Arrays/ArrayDoubleArrowAlignmentSniff.php 100.00% <100.00%> (ø) 26.00 <4.00> (ø)
MO4/Sniffs/Arrays/MultiLineArraySniff.php 100.00% <100.00%> (ø) 8.00 <0.00> (ø)
MO4/Sniffs/Commenting/PropertyCommentSniff.php 100.00% <100.00%> (ø) 22.00 <20.00> (ø)
...iffs/Formatting/AlphabeticalUseStatementsSniff.php 100.00% <100.00%> (ø) 35.00 <7.00> (ø)
...iffs/Formatting/UnnecessaryNamespaceUsageSniff.php 100.00% <100.00%> (ø) 27.00 <12.00> (ø)
...iffs/Strings/VariableInDoubleQuotedStringSniff.php 100.00% <100.00%> (ø) 15.00 <0.00> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d2e7fb9...0c2a612. Read the comment docs.

@mmoll
Copy link
Contributor Author

mmoll commented Apr 8, 2021

GH-167 should get fixed before this

@mmoll mmoll force-pushed the moar_symfony branch 2 times, most recently from 01ebd37 to a239dbf Compare April 14, 2021 11:24
@mmoll mmoll marked this pull request as draft April 14, 2021 11:24
@mmoll
Copy link
Contributor Author

mmoll commented Apr 14, 2021

GH-167 should get fixed before this

Remaining problems seem to be fixed with Slevomat 7 :)

@mmoll mmoll marked this pull request as ready for review April 19, 2021 13:48
@mmoll mmoll merged commit 0375ec7 into mayflower:master Apr 19, 2021
@mmoll mmoll deleted the moar_symfony branch April 19, 2021 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant