Skip to content

Commit fd4276e

Browse files
authored
Merge pull request Rentberry#9 from eugenekurasov/master
Added country code to response object (Place)
2 parents fef922c + 0363f4e commit fd4276e

File tree

3 files changed

+112
-51
lines changed

3 files changed

+112
-51
lines changed

ruleset.xml

+4
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
<exclude name="SlevomatCodingStandard.Namespaces.FullyQualifiedClassNameInAnnotation.NonFullyQualifiedClassName"/>
2222
<exclude name="SlevomatCodingStandard.Namespaces.FullyQualifiedExceptions"/>
2323
<exclude name="SlevomatCodingStandard.Files.TypeNameMatchesFileName"/>
24+
<exclude name="SlevomatCodingStandard.Commenting.RequireOneLinePropertyDocComment.MultiLinePropertyComment"/>
25+
<exclude name="SlevomatCodingStandard.Commenting.DocCommentSpacing.IncorrectLinesCountBetweenDifferentAnnotationsTypes"/>
26+
<exclude name="SlevomatCodingStandard.Classes.SuperfluousInterfaceNaming.SuperfluousSuffix"/>
27+
<exclude name="SlevomatCodingStandard.ControlStructures.EarlyExit"/>
2428
</rule>
2529

2630
<rule ref="SlevomatCodingStandard.Types.EmptyLinesAroundTypeBraces">

0 commit comments

Comments
 (0)