rfc:mixed-typehint

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
rfc:mixed-typehint [2018/06/29 13:35] – clarifications, added mixed vs. void section majklrfc:mixed-typehint [2018/06/29 13:46] – typo majkl
Line 56: Line 56:
     }     }
 } }
-class Baz extends bar {+class Baz extends Bar {
     public function test(mixed $arg): mixed {     public function test(mixed $arg): mixed {
         return parent::test($arg);         return parent::test($arg);
rfc/mixed-typehint.txt · Last modified: 2020/07/22 09:03 by kocsismate