Skip to content

Commit

Permalink
Fix root namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
tfirdaus committed Sep 23, 2024
1 parent 0eeeece commit b67a488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<rule ref="SlevomatCodingStandard.Files.TypeNameMatchesFileName">
<properties>
<property name="rootNamespaces" type="array">
<element key="app" value="PluginName"/>
<element key="app" value="Codex"/>
</property>
</properties>
</rule>
Expand Down

0 comments on commit b67a488

Please sign in to comment.