Skip to content

Commit 6988545

Browse files
Tweaks
1 parent 7218a6c commit 6988545

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

.github/workflows/static.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
php-version: '8.1'
2020
tools: composer:v2
2121
coverage: none
22+
env:
23+
update: true
2224

2325
- name: Install Dependencies
2426
uses: nick-invision/retry@v2
@@ -51,6 +53,8 @@ jobs:
5153
php-version: '8.1'
5254
tools: composer:v2
5355
coverage: none
56+
env:
57+
update: true
5458

5559
- name: Install Dependencies
5660
uses: nick-invision/retry@v2

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
php-version: ${{ matrix.php }}
2424
tools: composer:v2
2525
coverage: none
26+
env:
27+
update: true
2628

2729
- name: Setup Problem Matchers
2830
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"

psalm-baseline.xml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
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/ResultPager.php">
4-
<InaccessibleProperty occurrences="2">
5-
<code>$clone-&gt;page</code>
6-
<code>$clone-&gt;perPage</code>
4+
<InaccessibleProperty>
5+
<code><![CDATA[$clone->page]]></code>
6+
<code><![CDATA[$clone->perPage]]></code>
77
</InaccessibleProperty>
8-
<PossiblyInvalidFunctionCall occurrences="2">
9-
<code>$closure($api)</code>
10-
<code>$closure($api)</code>
11-
</PossiblyInvalidFunctionCall>
128
</file>
139
</files>

0 commit comments

Comments
 (0)