File tree Expand file tree Collapse file tree 1 file changed +18
-7
lines changed Expand file tree Collapse file tree 1 file changed +18
-7
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <files psalm-version =" 4.x-dev@ " >
2+ <files psalm-version =" 5.7.6@ae4ec68e00e4880e3f00b1edd2da891236d749ab " >
33 <file src =" src/Api/AbstractApi.php" >
4- <InvalidArgument occurrences =" 1" />
4+ <InvalidArgument >
5+ <code ><![CDATA[ function () use ($filename, $mode, &$ex): void {
6+ $ex = new RuntimeException(\sprintf(
7+ 'Unable to open %s using mode %s: %s',
8+ $filename,
9+ $mode,
10+ \func_get_args()[1]
11+ ));
12+ }]]> </code >
13+ </InvalidArgument >
14+ </file >
15+ <file src =" src/Api/Projects.php" >
16+ <TypeDoesNotContainType >
17+ <code ><![CDATA[ 'is_int']]> </code >
18+ </TypeDoesNotContainType >
519 </file >
620 <file src =" src/ResultPager.php" >
7- <InaccessibleProperty occurrences = " 1 " >
8- <code >$clone-> perPage</code >
21+ <InaccessibleProperty >
22+ <code ><![CDATA[ $clone-> perPage]]> </code >
923 </InaccessibleProperty >
10- <PossiblyInvalidFunctionCall occurrences =" 1" >
11- <code >$closure($api)</code >
12- </PossiblyInvalidFunctionCall >
1324 </file >
1425</files >
You can’t perform that action at this time.
0 commit comments