Skip to content

Commit

Permalink
Fix CS/WS issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Sep 2, 2022
1 parent 1c820e2 commit 6b93a73
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Context.php
Expand Up @@ -46,7 +46,9 @@ public function __destruct()

/**
* @psalm-template T
*
* @psalm-param T $value
*
* @param-out T $value
*/
public function add(object|array &$value): int|string|false
Expand All @@ -60,7 +62,9 @@ public function add(object|array &$value): int|string|false

/**
* @psalm-template T
*
* @psalm-param T $value
*
* @param-out T $value
*/
public function contains(object|array &$value): int|string|false
Expand Down
1 change: 1 addition & 0 deletions tests/ContextTest.php
Expand Up @@ -90,6 +90,7 @@ public function testAdd2(): void

/**
* @depends testAdd
*
* @dataProvider valuesProvider
*/
public function testContainsFound($value, $key): void
Expand Down

0 comments on commit 6b93a73

Please sign in to comment.