Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/FieldOfApplication.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ final class FieldOfApplication extends Enum

public const PERSONAL_DEVELOPMENT = 'personal-development';

public const MARGETING = 'margeting';
public const MARKETING = 'marketing';

public const NON_PROFIT = 'non-profit';

Expand Down
12 changes: 7 additions & 5 deletions tools/cs/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,13 @@
<property name="searchAnnotations" type="boolean" value="true"/>
</properties>
</rule>
<rule ref="SlevomatCodingStandard.Files.TypeNameMatchesFileName">
<properties>
<property name="rootNamespaces" type="array" value="libs/SmartSelling=>SmartSelling"/>
</properties>
</rule>
<rule ref="SlevomatCodingStandard.Files.TypeNameMatchesFileName">
<properties>
<property name="rootNamespaces" type="array">
<element key="libs/SmartSelling" value="SmartSelling"/>
</property>
</properties>
</rule>
<rule ref="SlevomatCodingStandard.Namespaces.ReferenceUsedNamesOnly">
<properties>
<property name="allowFullyQualifiedExceptions" type="boolean" value="true"/>
Expand Down