Jaap van Otterdijk

Results 69 issues of Jaap van Otterdijk

I'm still getting an error with phive on Docker: ``` Notice: require(): zlib: data error in /tools/.phive/phars/phpdocumentor-3.4.1.phar on line 11 Warning: require(phar://phpdocumentor.phar/bin/phpdoc): Failed to open stream: phar error: internal corruption...

A new directive that allows us to render api elements in our guides documentation. This will enable users to create up to date documentation about how elements are used. -...

We should improve the covered functionality of the cypress tests to test the default template.

template
Up-for-grabs
help wanted

> > Ref: https://github.com/php-fig/fig-standards/blob/master/proposed/phpdoc-tags.md#56-link > > **Open question**: > > I wonder if the note about support in phpDocumentor (now moved to "Effects in phpDocumentor") is still correct. > >...

documentation

`@param` tag should always have a variable name in it's body, support for params without variable names will be dropped. Supported formats will be: (option 3 does not really make...

Parsing types and variables is becoming more complex these days. Types are evolving faster than the limited time I have to maintain this package while a large number of projects...

Right now this library does not support class-string, interface-string, etc. with compound FQSEN definitions: E.g: `class-string`

In early versions of this library, we did support the native nullable types of PHP. (e.g `?string`). The new version of our parser based on phpstan/phpdoc-parser does not support this...

Ubuntu has a default setting which only stores the environment variables in $_SERVER. The $_ENV is always empty, only when variables_order is changed to EGPCS $_ENV is available. Quote from...