Skip to content

Commit 93cebdb

Browse files
authored
Merge pull request #146 from JohnyProkie/proky/fix-margeting
Margeting is now marketing
2 parents 43cbda7 + 325e24f commit 93cebdb

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

src/FieldOfApplication.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ final class FieldOfApplication extends Enum
3636

3737
public const PERSONAL_DEVELOPMENT = 'personal-development';
3838

39-
public const MARGETING = 'margeting';
39+
public const MARKETING = 'marketing';
4040

4141
public const NON_PROFIT = 'non-profit';
4242

tools/cs/ruleset.xml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,13 @@
5050
<property name="searchAnnotations" type="boolean" value="true"/>
5151
</properties>
5252
</rule>
53-
<rule ref="SlevomatCodingStandard.Files.TypeNameMatchesFileName">
54-
<properties>
55-
<property name="rootNamespaces" type="array" value="libs/SmartSelling=>SmartSelling"/>
56-
</properties>
57-
</rule>
53+
<rule ref="SlevomatCodingStandard.Files.TypeNameMatchesFileName">
54+
<properties>
55+
<property name="rootNamespaces" type="array">
56+
<element key="libs/SmartSelling" value="SmartSelling"/>
57+
</property>
58+
</properties>
59+
</rule>
5860
<rule ref="SlevomatCodingStandard.Namespaces.ReferenceUsedNamesOnly">
5961
<properties>
6062
<property name="allowFullyQualifiedExceptions" type="boolean" value="true"/>

0 commit comments

Comments
 (0)