Skip to content

Commit 1bc28c2

Browse files
authored
Merge branch 'main' into meili-bot/add-yamllint
2 parents 12debf9 + fe315e7 commit 1bc28c2

File tree

5 files changed

+4
-3
lines changed

5 files changed

+4
-3
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ updates:
44
- package-ecosystem: composer
55
directory: "/"
66
schedule:
7-
interval: daily
7+
interval: "monthly"
88
time: "04:00"
99
open-pull-requests-limit: 10
1010
labels:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
composer.lock
44
/vendor/
55
/var/
6+
phpstan.neon
67

78
# Meilisearch
89
/data.ms/*

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
},
6565
"scripts": {
6666
"phpmd": "./vendor/bin/phpmd src text phpmd.xml",
67-
"phpstan": "./vendor/bin/phpstan --memory-limit=1G --ansi",
67+
"phpstan": "./vendor/bin/phpstan",
6868
"test:unit": "SYMFONY_DEPRECATIONS_HELPER='ignoreFile=./tests/baseline-ignore' ./vendor/bin/simple-phpunit --colors=always --verbose",
6969
"test:unit:coverage": "SYMFONY_DEPRECATIONS_HELPER='ignoreFile=./tests/baseline-ignore' XDEBUG_MODE=coverage ./vendor/bin/simple-phpunit --colors=always --coverage-html=tests/coverage",
7070
"lint:check": "./vendor/bin/php-cs-fixer fix -v --using-cache=no --dry-run",
File renamed without changes.

src/DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function getConfigTreeBuilder(): TreeBuilder
6060
->defaultNull()
6161
->end()
6262
->arrayNode('settings')
63-
->info('Configure indices settings, see: https://docs.meilisearch.com/guides/advanced_guides/settings.html')
63+
->info('Configure indices settings, see: https://www.meilisearch.com/docs/reference/api/settings')
6464
->arrayPrototype()
6565
->variablePrototype()->end()
6666
->end()

0 commit comments

Comments
 (0)