Files
projectsend/phpstan.neon
ignacionelson 6e47d76ba6 ProjectSend 2.0.0
Client file sharing, rebuilt from the ground up: a private area per
client, resumable uploads, folders, groups and categories, sharing with
expiry dates and download limits, comments, file versions, an activity
log, a REST API, and sixteen languages.

This repository begins here. ProjectSend 2 was developed privately, and
that development history is not published — the previous generation
remains available, with its own history, at projectsend/legacy.

Free software under the GNU General Public License v2, or (at your
option) any later version.
2026-08-14 01:38:12 -03:00

24 lines
922 B
Plaintext

includes:
- vendor/larastan/larastan/extension.neon
parameters:
level: 8
paths:
- app
# These two are the host's side of the optional community-modules
# Custom Assets integration. That package is never a Composer dependency
# of this repo (Cloud must never require it; CI drops private packages
# entirely too), so its classes are unresolvable here by design — both
# files guard every use behind class_exists()/an event binding that only
# fires when the package is installed. See each one's docblock.
ignoreErrors:
-
message: '#ProjectSend\\CommunityModules\\#'
path: app/Modules/Audit/Listeners/LogCustomAssetActivity.php
reportUnmatched: false
-
message: '#ProjectSend\\CommunityModules\\#'
path: app/Modules/Platform/CustomAssets/CustomAssetsBridge.php
reportUnmatched: false