Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Fix handling of FQCNs in method parameters #61

Merged
merged 2 commits into from
Jun 27, 2016
Merged

Fix handling of FQCNs in method parameters #61

merged 2 commits into from
Jun 27, 2016

Commits on May 8, 2016

  1. Fix handling of FQCNs in method parameters

    Previously, MethodScanner did not detect a leading T_NS_SEPARATOR
    character for a type name. By failing to detect it, it passes it to
    ParameterScanner without it, who then dutifully resolves the classname
    as if it was relative to the current namespace.
    
    This is obviously incorrect behaviour, and it is fixed with this patch.
    Tests have also been added and updated.
    djmattyg007 committed May 8, 2016
    Configuration menu
    Copy the full SHA
    7cffdc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    658b63f View commit details
    Browse the repository at this point in the history