Skip to content

Tags: phpowermove/docblock

Tags

v4.0

Toggle v4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix api workflow

v3.0.2

Toggle v3.0.2's commit message
Fix tags parser

Fix tags parser when there's a blank line between tags.

v3.0.1

Toggle v3.0.1's commit message
Bump phootwork dependencies

v3.0

Toggle v3.0's commit message
Fix api deployment

v2.0.1

Toggle v2.0.1's commit message
Fix `getVariable()` method

Before this commit, `AbstractVarTypeTag::getVariable()` called
on an empty tag, causes an exception.
With this commit it returns an empty string.

v2.0

Toggle v2.0's commit message
Fix issue #3

Fix issue #3 and add a couple of tests to improve code coverage.

v1.6

Toggle v1.6's commit message
ignore files

v1.5

Toggle v1.5's commit message
Merge pull request #1 from digitalkaoz/patch-1

ability to remove tags by name

v1.4

Toggle v1.4's commit message
Updated to phootwork/collection

v1.3

Toggle v1.3's commit message
Changed Internals, added isEmpty()

tags are now stored in a collection and sugar-methods are used in it,
instead of ugly php array stuff