Skip to content

Commit 00419e0

Browse files
committed
feat: add PHPStan and Pint dev scripts for static analysis and code formatting
1 parent f5398a7 commit 00419e0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dev/phpstan.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/home/wwwroot/bamboocms-php/vendor/bin/phpstan analyse

dev/pint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/home/wwwroot/bamboocms-php/vendor/bin/pint

0 commit comments

Comments
 (0)