Skip to content
New issue

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

T16255 reflection getclass #16257

Merged
merged 9 commits into from
Jan 10, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
correcting variable name
  • Loading branch information
niden committed Jan 10, 2023
commit 21e117b188e3f0c13848718cbd1b0d056522d88b
4 changes: 2 additions & 2 deletions build/phalcon/phalcon.zep.c

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions ext/phalcon/acl/adapter/memory.zep.c

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion phalcon/Acl/Adapter/Memory.zep
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ class Memory extends AbstractAdapter
let parameterToCheck = reflectionParameter->getName();


if null !== reflectionClass {
if null !== reflectionType {
let className = reflectionType->getName();
let reflectionClass = new ReflectionClass(className);
// roleObject is this class
Expand Down