Skip to content

Commit 62363ea

Browse files
chore: add text domain property to PHPCS configuration
1 parent 30d2213 commit 62363ea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

phpcs.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@
6262
<property name="customAutoEscapedFunctions" type="array" value="tsdk_utmify" />
6363
</properties>
6464
</rule>
65+
<properties>
66+
<property name="text_domain" type="array">
67+
<element value="feedzy-rss-feeds" />
68+
</property>
69+
</properties>
6570
<arg name="extensions" value="php" />
6671
<arg value="sp" />
6772
<arg name="basepath" value="./" />

0 commit comments

Comments
 (0)