Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Fix 2 problems in MacrosCommand #34

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

farpat
Copy link

@farpat farpat commented Sep 4, 2023

  • We make sure we manipulate a 'macro' in the handle() method
  • We make sure we retrieve the proper parameter type in case it references a class (by adding a backslash)

Fix #33

- We make sure we manipulate a 'macro' in the handle() method
- We make sure we retrieve the proper parameter type in case it references a class (by adding a backslash)

Fix KristofMorva#33
@farpat farpat changed the title Fix 2 problems in MacrosCommand : Fix 2 problems in MacrosCommand Sep 4, 2023
@KristofMorva
Copy link
Owner

Thanks @farpat but sadly I don't speak PHP anymore so I'm unable to review if this change is the right one or not :')

I suggest using your fork in composer (or whatever package manager that's used for PHP in this decade 😄).

Sorry about that!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Problem with MacrosCommand.php::generateFunction
2 participants