issues
search
xp-framework
/
compiler
Compiles future PHP to today's PHP.
19
stars
0
forks
source link
Refactor test code to use new reflection library
#170
Closed
thekid
closed
1 year ago
thekid
commented
1 year ago
[x] The new
declare(string $code): Type
method replaces the
type(string $code): XPClass
method in EmittingTest
[x] The placeholder used for the unique generated type is
%T
instead of
<T>
to prevent confusion with generics
declare(string $code): Type
method replaces thetype(string $code): XPClass
method in EmittingTest%T
instead of<T>
to prevent confusion with generics