Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Petry <vincent@nextcloud.com>2020-11-30 22:56:02 +0300
committerVincent Petry <vincent@nextcloud.com>2020-11-30 22:56:02 +0300
commit8fa167f970300e509f8f2bc1e3eb17f753f6452e (patch)
treeb4a508fb08343f5d15ba5a809837010bc269a0b3 /composer.json
parentde7672d2434a53c616cc152b3f049e9e84e5b678 (diff)
Help psalm find context when running single files
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/composer.json b/composer.json
index a4ffe07ea..c2487ce8e 100644
--- a/composer.json
+++ b/composer.json
@@ -1,4 +1,10 @@
{
+ "autoload-dev": {
+ "psr-4": {
+ "OCP\\": "vendor/christophwurst/nextcloud/OCP",
+ "OCA\\Talk\\": "lib/"
+ }
+ },
"scripts": {
"cs:check": "php-cs-fixer fix --dry-run --diff",
"cs:fix": "php-cs-fixer fix",