We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1) /home/travis/build/Roave/BetterReflection/test/compat/ReflectionClass_export_basic1.phpt Failed asserting that format description matches text. --- Expected +++ Actual @@ @@ Class [ <user> class C extends A ] { - @@ %s 14-14 + @@ 3-7 @@ @@ - Methods [2] { - Method [ <user, inherits A> public method privf ] { - @@ %s 3 - 3 - + Method [ <user> public method privf ] { + @@ 6 - 8 + - Parameters [1] { Parameter #0 [ <required> Exception $a ] } } - - Method [ <user, inherits A> public method pubf ] { - @@ %s 4 - 11 - + Method [ <user> public method pubf ] { + @@ 10 - 12 + - Parameters [8] { Parameter #0 [ <required> A $a ] Parameter #1 [ <required> $b ] Parameter #2 [ <optional> C or NULL $c = NULL ] - Parameter #3 [ <optional> $d = '16 chars long -...' ] + Parameter #3 [ <optional> $d = '16 chars long --' ] Parameter #4 [ <optional> $e = '15 chars long -' ] Parameter #5 [ <optional> $f = NULL ] Parameter #6 [ <optional> $g = false ] - Parameter #7 [ <optional> array or NULL $h = NULL ] + Parameter #7 [ <optional> array $h = NULL ] } } } } 2) /home/travis/build/Roave/BetterReflection/test/compat/ReflectionClass_export_basic2.phpt Failed asserting that format description matches text. --- Expected +++ Actual @@ @@ Class [ <user> class c ] { - @@ %s 2-5 + @@ 3-11 @@ @@ } - Class [ <user> class d extends c ] { - @@ %s 7-7 + @@ 3-7 - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } }
The text was updated successfully, but these errors were encountered:
Issues identified:
ReflectionClass_export_basic1.phpt
inherits
16 chars long -...
array or NULL $h = NULL
array $h = NULL
ReflectionClass_export_basic2.phpt
c
d
Sorry, something went wrong.
Mostly handled in #361. Need to check whether anything still needs work here
I think this can be closed. I've probably already implemented everything mentioned in #144 (comment). And export() methods were removed.
export()
Will mark it as done: ::export() is completely gone 👍
::export()
Ocramius
No branches or pull requests
The text was updated successfully, but these errors were encountered: