]> BookStack Code Mirror - bookstack/commit
Framework: Fixed Laravel 11 upgrade test issues, updated phpstan
authorDan Brown <redacted>
Sat, 11 Jan 2025 13:22:49 +0000 (13:22 +0000)
committerDan Brown <redacted>
Sat, 11 Jan 2025 13:22:49 +0000 (13:22 +0000)
commit5bf75786c6326f4c2ef5df577a1062aeacce7bff
treec1d4b2d17af6e7c23bb386560b579118a410d31c
parentcf9ccfcd5b0186249fd904067a1f343ea2f1dd04
Framework: Fixed Laravel 11 upgrade test issues, updated phpstan

- Fixed failing tests due to Laravel 11 changes
- Updated phpstan to 3.x branch
- Removed some seemingly redundant comment code, which was triggering
  phpstan.
app/Activity/Models/Comment.php
composer.json
composer.lock
database/migrations/2015_08_31_175240_add_search_indexes.php
database/migrations/2015_12_05_145049_fulltext_weighting.php
database/migrations/2017_03_19_091553_create_search_index_table.php
phpstan.neon.dist
tests/Entity/PageTest.php