]> git.mxchange.org Git - friendica.git/commitdiff
Merge branch 'develop' into phpstan-level-0-in-addons
authorArt4 <art4@wlabs.de>
Sun, 1 Dec 2024 07:39:41 +0000 (07:39 +0000)
committerArt4 <art4@wlabs.de>
Sun, 1 Dec 2024 07:39:41 +0000 (07:39 +0000)
1  2 
.phpstan.neon

diff --cc .phpstan.neon
index 173693b7438acb67de1a6761c9aa0f21ebfe6071,605e9068985bb6aaa10fcd23313387a811f30647..0eef6d2240d132a35051bff964a45debf4d9a396
@@@ -3,18 -3,16 +3,22 @@@
  # SPDX-License-Identifier: CC0-1.0
  
  parameters:
-     level: 0
+     level: 1
  
      paths:
 +        - addon/
          - src/
  
 +    excludePaths:
 +        analyse:
 +            - addon/*/lang/*
 +            - addon/*/vendor/*
 +
      scanDirectories:
          - mod
+         - static
          - vendor
          - view
+     dynamicConstantNames:
+         - DB_UPDATE_VERSION