Skip to content

Commit fda3698

Browse files
committed
PHPLIB-979: Run checks on example code
1 parent 153f61d commit fda3698

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

phpcs.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<arg value="nps"/>
1111

1212
<file>src</file>
13+
<file>examples</file>
1314
<file>tests</file>
1415

1516
<!-- ****************************************** -->

psalm.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
>
1010
<projectFiles>
1111
<directory name="src" />
12+
<directory name="examples" />
1213
<ignoreFiles>
1314
<directory name="vendor" />
1415
</ignoreFiles>

0 commit comments

Comments
 (0)