Skip to content

Commit d8e7961

Browse files
committed
Added some more error messages that are not actually errors to the whitelist
1 parent 914e3ca commit d8e7961

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/AqBanking/Command/ShellCommandExecutor/ResultAnalyzer.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ class ResultAnalyzer
1111
'/Unexpected tag/',
1212
'/To debug set environment variable/',
1313
'/Your bank does not send an opening saldo/',
14-
'/Bank data for KtoBlzCheck not found/'
14+
'/Bank data for KtoBlzCheck not found/',
15+
'/Executing Jobs: Started\./',
16+
'/A TLS packet with unexpected length was received\./'
1517
);
1618

1719
/**

0 commit comments

Comments
 (0)