File tree 2 files changed +0
-4
lines changed 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -250,10 +250,8 @@ private function readData() {
250
250
throw new \Exception (\sprintf ('Could not acquire a shared lock on the config file %s ' , $ file ));
251
251
}
252
252
253
- /* @phpstan-ignore-next-line */
254
253
unset($ CONFIG );
255
254
include $ file ;
256
- /* @phpstan-ignore-next-line */
257
255
if (isset ($ CONFIG ) && \is_array ($ CONFIG )) {
258
256
$ this ->cache = \array_merge ($ this ->cache , $ CONFIG );
259
257
}
Original file line number Diff line number Diff line change @@ -10,8 +10,6 @@ parameters:
10
10
- %currentWorkingDirectory%/apps/*/composer/*
11
11
- %currentWorkingDirectory%/apps/*/3rdparty/*
12
12
ignoreErrors :
13
- - ' #Undefined variable : \$OC_[a-zA-Z0-9\\_ ]+ #'
14
- - ' #Undefined variable : \$vendor #'
15
13
# errors below are to be addressed by own pull requests - non trivial changes required
16
14
- ' #Instantiated class OCA\\Encryption\\Crypto\\Crypt not found. #'
17
15
- ' #Instantiated class OCA\\Encryption\\Util not found. #'
You can’t perform that action at this time.
0 commit comments