Skip to content

Commit bbe489a

Browse files
committed
Fix CI
1 parent ae03311 commit bbe489a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/continuous-integration.yml

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
with:
4545
coverage: "none"
4646
php-version: "${{ matrix.php-version }}"
47+
tools: composer:snapshot
4748

4849
- name: Get composer cache directory
4950
id: composercache

src/Composer/Installers/CakePHPInstaller.php

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ public function getLocations()
4747
* @param string $matcher
4848
* @param string $version
4949
* @return bool
50+
* @phpstan-param Constraint::STR_OP_* $matcher
5051
*/
5152
protected function matchesCakeVersion($matcher, $version)
5253
{

0 commit comments

Comments
 (0)