You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<imgwidth="456"src="https://raw.githubusercontent.com/wayofdev/laravel-package-tpl/master/assets/logo.gh-light-mode-only.png#gh-light-mode-only"alt="WayOfDev Logo for light theme">
5
+
<imgwidth="456"src="https://raw.githubusercontent.com/wayofdev/laravel-package-tpl/master/assets/logo.gh-dark-mode-only.png#gh-dark-mode-only"alt="WayOfDev Logo for dark theme">
6
6
</div>
7
7
8
8
@@ -55,15 +55,15 @@ $ make test
55
55
Code quality using PHPStan:
56
56
57
57
```bash
58
-
$ make stan
58
+
$ make lint-stan
59
59
```
60
60
61
61
### → Coding Standards Fixing
62
62
63
63
Fix code using The PHP Coding Standards Fixer (PHP CS Fixer) to follow our standards:
0 commit comments