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:
6
bootstrap/phpstan.php
Normal file
6
bootstrap/phpstan.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
// Overwrite configuration that can interfere with the phpstan/larastan scanning.
|
||||
config()->set([
|
||||
'filesystems.default' => 'local',
|
||||
]);
|
Reference in New Issue
Block a user