diff options
author | kesselb <mail@danielkesselberg.de> | 2019-10-09 15:53:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-09 15:53:33 +0200 |
commit | 0e06239ae144227598def41a1c4482d6b12385a6 (patch) | |
tree | 98d8e137ecc2678c6220fca89225adaea62565f3 | |
parent | 591764453603cef2634ced444a596ca7de7c0d95 (diff) | |
parent | 99358d70e88e42af72a38154945efa71229779c3 (diff) | |
download | nextcloud-server-0e06239ae144227598def41a1c4482d6b12385a6.tar.gz nextcloud-server-0e06239ae144227598def41a1c4482d6b12385a6.zip |
Merge pull request #17488 from nextcloud/fix/phan-settings-app
Remove settings/ from phan
-rw-r--r-- | build/.phan/config.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/.phan/config.php b/build/.phan/config.php index 17ba333718e..04722d5b06d 100644 --- a/build/.phan/config.php +++ b/build/.phan/config.php @@ -24,7 +24,6 @@ return [ 'lib/composer', 'ocs-provider/', 'ocs/', - 'settings/', 'tests/lib/Util/User', 'themes', ], |