We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65ec1bd commit fc550bfCopy full SHA for fc550bf
CHANGELOG-4.1.md
@@ -1,3 +1,7 @@
1
+#### 4.1.12
2
+
3
+* Dependency Injection: Fix PHP types being treated as classes #6031 by @cs278
4
5
#### 4.1.11
6
7
* Another patch for class constant default values #6027 by @mwi-gofore
src/Codeception/Codecept.php
@@ -10,7 +10,7 @@ class Codecept
10
{
11
use DispatcherWrapper;
12
13
- const VERSION = '4.1.11';
+ const VERSION = '4.1.12';
14
15
/**
16
* @var \Codeception\PHPUnit\Runner
0 commit comments