Skip to content

Commit a72ed25

Browse files
committed
Update codeception interfaces
1 parent 701e7e4 commit a72ed25

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"php": "^8.0",
1919
"ext-pdo": "*",
2020
"ext-json": "*",
21-
"codeception/codeception": "^5.0.0-alpha1"
21+
"codeception/codeception": "dev-5.0-interfaces as 5.0.x-dev"
2222
},
2323
"require-dev": {
2424
"codeception/stub": "^4.0",

src/Codeception/Module/Doctrine2.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,7 @@ class Doctrine2 extends CodeceptionModule implements DependsOnModule, DataMapper
142142

143143
private ?DoctrineProvider $dependentModule = null;
144144

145-
/** @var array */
146-
protected $config = [
145+
protected array $config = [
147146
'cleanup' => true,
148147
'connection_callback' => false,
149148
'depends' => null,

0 commit comments

Comments
 (0)