Skip to content

Commit

Permalink
Fix weird psalm issue and ignore platform reqs on 8.3
Browse files Browse the repository at this point in the history
Signed-off-by: George Steel <[email protected]>
  • Loading branch information
gsteel committed Oct 12, 2023
1 parent db6f16b commit 10fed01
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extensions": [],
"ignore_php_platform_requirements": {
"8.3": true
}
}
2 changes: 1 addition & 1 deletion test/InMemoryContainer.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function __construct(public array $services = [])
* @template T
* @psalm-suppress MixedReturnStatement
*/
public function get(string $id): mixed
public function get($id): mixed
{
if (! $this->has($id)) {
throw new class (
Expand Down

0 comments on commit 10fed01

Please sign in to comment.