We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2272a29 commit 9d2e56dCopy full SHA for 9d2e56d
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# SoftMocks ChangeLog
2
3
+## 4.0.1
4
+
5
+Changes:
6
7
+- Stopped removing 'never' return type from rewritten code. This had to be done in order to comply with strict PHP
8
+ method inheritance rules, which forbid replacing 'never' return type with anything else in child methods.
9
10
## 4.0.0
11
12
Changes:
0 commit comments