Skip to content

Commit d2d0ed1

Browse files
committed
Now the Providers code is checked
1 parent d876da4 commit d2d0ed1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to `laravel-phpcs` will be documented in this file
44

5+
## 1.3.1 - 2022-02-20
6+
7+
- Now the Providers code is checked
8+
59
## 1.3.0 - 2022-02-12
610

711
- Deleted illuminate/support dependency to make the package compatible with any version of Laravel

phpcs.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@
158158
<exclude-pattern>*/Console/Kernel.php</exclude-pattern>
159159
<exclude-pattern>*/Exceptions/Handler.php</exclude-pattern>
160160
<exclude-pattern>*/Http/Kernel.php</exclude-pattern>
161-
<exclude-pattern>*/Providers/*</exclude-pattern>
162161

163162
<arg name="colors"/>
164163
<arg value="spv"/>

0 commit comments

Comments
 (0)