File tree Expand file tree Collapse file tree 6 files changed +9
-3
lines changed Expand file tree Collapse file tree 6 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11
11
with :
12
12
args : --dry-run
13
13
- name : " PSalm"
14
- uses : docker://vimeo/psalm-github-actions:4.23 .0
14
+ uses : docker://vimeo/psalm-github-actions:4.29 .0
15
15
with :
16
16
composer_require_dev : true
17
17
composer_ignore_platform_reqs : false
Original file line number Diff line number Diff line change 49
49
"nyholm/psr7" : " ^1.3" ,
50
50
"nyholm/psr7-server" : " ^1.0" ,
51
51
"kriswallsmith/buzz" : " ^1.2" ,
52
- "vimeo/psalm" : " ^4.27 " ,
52
+ "vimeo/psalm" : " 4.29.0 " ,
53
53
"friendsofphp/php-cs-fixer" : " 3.8.0" ,
54
54
"psalm/plugin-phpunit" : " ^0.15.1" ,
55
55
"monolog/monolog" : " ^2.2" ,
Original file line number Diff line number Diff line change 25
25
* @psalm-immutable
26
26
*
27
27
* @extends AbstractPropertyObject<int, int>
28
+ *
29
+ * @psalm-suppress TypeDoesNotContainType
28
30
*/
29
31
final class Date extends AbstractPropertyObject implements BoltConvertibleInterface
30
32
{
Original file line number Diff line number Diff line change 26
26
* @psalm-immutable
27
27
*
28
28
* @extends AbstractPropertyObject<int|string, int|string>
29
+ *
30
+ * @psalm-suppress TypeDoesNotContainType
29
31
*/
30
32
final class DateTimeZoneId extends AbstractPropertyObject implements BoltConvertibleInterface
31
33
{
Original file line number Diff line number Diff line change 26
26
* @psalm-immutable
27
27
*
28
28
* @extends AbstractPropertyObject<int, int>
29
+ *
30
+ * @psalm-suppress TypeDoesNotContainType
29
31
*/
30
32
final class LocalDateTime extends AbstractPropertyObject implements BoltConvertibleInterface
31
33
{
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ final class OIDCTest extends TestCase
26
26
public function testConnect (): void
27
27
{
28
28
$ this ->expectNotToPerformAssertions ();
29
- if (!array_key_exists ('ACCESS_TOKEN_BEARER ' , $ _ENV ) || $ _ENV [ ' ACCESS_TOKEN_BEARER ' ) ) {
29
+ if (!array_key_exists ('ACCESS_TOKEN_BEARER ' , $ _ENV )) {
30
30
$ this ->markTestSkipped ('No OIDC token provided ' );
31
31
}
32
32
You can’t perform that action at this time.
0 commit comments