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

DocBlock Reflection not returning correct tags #5043

Closed
wants to merge 22 commits into from
Closed

DocBlock Reflection not returning correct tags #5043

wants to merge 22 commits into from

Commits on Aug 29, 2013

  1. Test that reflection returns correct tags

    Daniel Tschinder committed Aug 29, 2013
    Configuration menu
    Copy the full SHA
    daac0da View commit details
    Browse the repository at this point in the history
  2. Fix variable naming inside existing Tag Classes

    Added new Interface for GeneratorTags
    Added Abstract Tag for Tags that have type
    Daniel Tschinder committed Aug 29, 2013
    Configuration menu
    Copy the full SHA
    d6dd824 View commit details
    Browse the repository at this point in the history
  3. new constructors with named parameters (BC break)

    Daniel Tschinder committed Aug 29, 2013
    Configuration menu
    Copy the full SHA
    7f3fc57 View commit details
    Browse the repository at this point in the history
  4. new types of Tags (method, property, throws and generic)

    Tag class is now deprecated in favor of GenericTag
    Daniel Tschinder committed Aug 29, 2013
    Configuration menu
    Copy the full SHA
    2aadcdb View commit details
    Browse the repository at this point in the history
  5. Fix bugs in Tags, typo in license, php 5.3 compatibility and string c…

    …oncat
    Daniel Tschinder committed Aug 29, 2013
    Configuration menu
    Copy the full SHA
    5665af9 View commit details
    Browse the repository at this point in the history
  6. New Tag Manager for GeneratorTags, Abstracted TagManagers to Prototyp…

    …eClassFactory
    Daniel Tschinder committed Aug 29, 2013
    Configuration menu
    Copy the full SHA
    e539408 View commit details
    Browse the repository at this point in the history
  7. Fix tests, removed obsolete tests

    Daniel Tschinder committed Aug 29, 2013
    Configuration menu
    Copy the full SHA
    bc422bd View commit details
    Browse the repository at this point in the history
  8. use TagManager in deprecated ::fromReflection() methods

    Daniel Tschinder committed Aug 29, 2013
    Configuration menu
    Copy the full SHA
    d027370 View commit details
    Browse the repository at this point in the history
  9. Ensure backward compatibility in generator

    Daniel Tschinder committed Aug 29, 2013
    Configuration menu
    Copy the full SHA
    2682afe View commit details
    Browse the repository at this point in the history
  10. Move imploding of types to own method in abstract class

    Daniel Tschinder committed Aug 29, 2013
    Configuration menu
    Copy the full SHA
    4c07155 View commit details
    Browse the repository at this point in the history
  11. Add tests for TagClasses

    Daniel Tschinder committed Aug 29, 2013
    Configuration menu
    Copy the full SHA
    0f54514 View commit details
    Browse the repository at this point in the history
  12. test create from reflection

    Daniel Tschinder committed Aug 29, 2013
    Configuration menu
    Copy the full SHA
    264bde0 View commit details
    Browse the repository at this point in the history
  13. Fix generation from Reflection, trim inputs

    Also allow is*() methods parallel to set*() methods in TagManager like isStatic()
    remove one redundant comment
    Daniel Tschinder committed Aug 29, 2013
    Configuration menu
    Copy the full SHA
    c503514 View commit details
    Browse the repository at this point in the history
  14. Rename getPrototype to getClonedPrototype to better tell what it is d…

    …oing
    Daniel Tschinder committed Aug 29, 2013
    Configuration menu
    Copy the full SHA
    f00dcae View commit details
    Browse the repository at this point in the history
  15. test trimming in Tags

    test PropertyClassFactory
    Daniel Tschinder committed Aug 29, 2013
    Configuration menu
    Copy the full SHA
    0613c9b View commit details
    Browse the repository at this point in the history
  16. Class descriptions

    Daniel Tschinder committed Aug 29, 2013
    Configuration menu
    Copy the full SHA
    1164dbf View commit details
    Browse the repository at this point in the history
  17. removed @Package from file(license) header

    Daniel Tschinder committed Aug 29, 2013
    Configuration menu
    Copy the full SHA
    7deceda View commit details
    Browse the repository at this point in the history
  18. removed @category, @Package, @subpackage, @license, @copyright from c…

    …lass phpDoc in tests
    Daniel Tschinder committed Aug 29, 2013
    Configuration menu
    Copy the full SHA
    ce21ffb View commit details
    Browse the repository at this point in the history
  19. correct deprecated comment to point to correct functions

    Daniel Tschinder committed Aug 29, 2013
    Configuration menu
    Copy the full SHA
    3b374f1 View commit details
    Browse the repository at this point in the history
  20. fix build failure on php 5.3

    Daniel Tschinder committed Aug 29, 2013
    Configuration menu
    Copy the full SHA
    b9040f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2013

  1. Describe AbstractTabableTag

    danez committed Aug 30, 2013
    Configuration menu
    Copy the full SHA
    7c75aef View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2013

  1. Adjust deprecated tag. Added Version 2.3

    Daniel Tschinder committed Sep 3, 2013
    Configuration menu
    Copy the full SHA
    a9b4214 View commit details
    Browse the repository at this point in the history