File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 60
60
"cs:fix" : " phpcbf -p --colors" ,
61
61
"psalm" : " vendor/bin/psalm" ,
62
62
"sa" : " @psalm" ,
63
+ "sa:bl" : " cpx psalm --set-baseline=psalm-baseline.xml --long-progress --threads=1" ,
63
64
"test" : " phpunit --colors=always"
64
65
}
65
66
}
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <files psalm-version =" 5.22.2@d768d914152dbbf3486c36398802f74e80cfde48 " >
2
+ <files psalm-version =" 5.26.1@d747f6500b38ac4f7dfc5edbcae6e4b637d7add0 " >
3
3
<file src =" src/Unlayer.php" >
4
4
<MethodSignatureMismatch >
5
5
<code ><![CDATA[ Unlayer]]> </code >
10
10
<MixedAssignment >
11
11
<code ><![CDATA[ $attributeValue]]> </code >
12
12
</MixedAssignment >
13
+ <MoreSpecificImplementedParamType >
14
+ <code ><![CDATA[ $model]]> </code >
15
+ </MoreSpecificImplementedParamType >
13
16
<PropertyNotSetInConstructor >
14
17
<code ><![CDATA[ Unlayer]]> </code >
18
+ <code ><![CDATA[ Unlayer]]> </code >
15
19
</PropertyNotSetInConstructor >
16
20
</file >
17
21
</files >
You can’t perform that action at this time.
0 commit comments