-
Notifications
You must be signed in to change notification settings - Fork 2
/
phpstan-baseline.neon
41 lines (34 loc) · 1.37 KB
/
phpstan-baseline.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
parameters:
ignoreErrors:
-
message: "#^PHPDoc tag @return has invalid value \\(array\\{hls\\: \\{lowLatency\\: bool, dvr\\: bool\\}, rtmp\\: \\{url\\: string, name\\: string, id\\?\\: string\\}\\}\\)\\: Unexpected token \"\\:\", expected '\\}' at offset 28$#"
count: 1
path: src/Broadcast/OutputConfig.php
-
message: "#^PHPDoc tag @var above a method has no effect\\.$#"
count: 1
path: src/Broadcast/OutputConfig.php
-
message: "#^Access to protected property Vonage\\\\Client\\\\Credentials\\\\Keypair\\:\\:\\$application\\.$#"
count: 35
path: src/Client.php
-
message: "#^Access to protected property Vonage\\\\Client\\\\Credentials\\\\Keypair\\:\\:\\$key\\.$#"
count: 1
path: src/Client.php
-
message: "#^PHPDoc tag @param references unknown parameter\\: \\$excludedStreams$#"
count: 2
path: src/Client.php
-
message: "#^Default value of the parameter \\#1 \\$data \\(array\\{\\}\\) of method Vonage\\\\Video\\\\SessionOptions\\:\\:__construct\\(\\) is incompatible with type array\\{archiveMode\\: string, location\\: string, mediaMode\\: string, e2ee\\: bool\\}\\.$#"
count: 1
path: src/SessionOptions.php
-
message: "#^Undefined variable\\: \\$data$#"
count: 3
path: src/WebsocketOptions.php
-
message: "#^Variable \\$data in isset\\(\\) is never defined\\.$#"
count: 1
path: src/WebsocketOptions.php