TomasVotruba
1c8f795c0e
apply coding standard to code
2018-01-02 13:40:57 +01:00
Gabriel Caruso
a1e6160b99
Welcome 2018 🎉
2018-01-02 04:52:36 -02:00
TomasVotruba
4a9675841b
add PHP 7.1 typehints
2017-11-30 10:27:01 +01:00
TomasVotruba
b2e816c8ad
fix tests
2017-11-30 10:27:01 +01:00
TomasVotruba
a1d8751ad6
tests: add strict_types and typehints, remove tests that are now covered by typehints
2017-11-30 10:27:01 +01:00
Gabriel Caruso
7524aba21f
Fix tests
2017-11-15 08:29:42 +01:00
Gabriel Caruso
c006d4a2d5
Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase
2017-11-15 08:29:42 +01:00
Jaapio
e516af3a1b
Allow only tags in Docblock argument
...
The array of tags in the docblock constructor should only contain tags.
Some of the factory methods of the tags are returning a null when the tag could not be created.
This causes issues during parsing. By filtering these null values in the factory this use is resolved.
2015-10-26 15:45:03 +01:00
Jaapio
ff18c828dc
pass context to tag factory for correct type resolving
2015-08-02 14:20:58 +02:00
Mike van Riel
50b104f2c0
Add tests for DocBlockFactory and extract interface
2015-06-26 08:59:00 +02:00