mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fixed bug #52716 (Interface difference between 5.2.6 and 5.3.2)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304533 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a070542360
commit
a203d8319f
1 changed files with 8 additions and 0 deletions
|
@ -26,6 +26,14 @@
|
|||
affect non-namespaced classes.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>5.3.0</entry>
|
||||
<entry>
|
||||
Changed: Classes that implement interfaces with methods that have default
|
||||
values in the prototype is no longer required to match the interface's default
|
||||
value.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>5.3.0</entry>
|
||||
<entry>
|
||||
|
|
Loading…
Reference in a new issue