1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Added inital phpstan/larastan setup

This commit is contained in:
Dan Brown
2021-11-05 16:18:06 +00:00
parent d0aa10a8c3
commit bc291bee78
20 changed files with 1086 additions and 124 deletions

6
bootstrap/phpstan.php Normal file
View File

@ -0,0 +1,6 @@
<?php
// Overwrite configuration that can interfere with the phpstan/larastan scanning.
config()->set([
'filesystems.default' => 'local',
]);