Jaap van Otterdijk

Results 69 issues of Jaap van Otterdijk

php supports default values for method arguments, for a long time just scalar values were supported or const. That's why we are just using `string` values to represent the default...

https://wiki.php.net/rfc/abstract_trait_method_validation

php8

https://wiki.php.net/rfc/attributes_v2 At the moment it is unsure what attributes will add to this library. But we should be able to detect the docblocks correctly. Maybe add attributes as objects on...

php8

Since we are a new team within an existing project I would like to define a new github project with issues and notes to make clear what our focus will...

task

Like normal methods the method tag might return by reference. This fix introduces the support of reference return types. However in a real world implementation it not very likely one...

The MethodTagValue doesn't contain an property returnsReference. This is not a very common option to use but we found a few of them in the wild. Full blown example will...

The param requires a paramname, however, this could be omitted when the param tag is describing just a single argument method or all other params are adequately documented. For example:...

Currently we have a twig writer that is able to render templates for a certain descriptor, it uses transformers defined in the template to transform a descriptor to a certain...

research

Coping images linked in rst files are giving an error: ``` [error] Unable to write file "/guides/docs/cli/first-docs.png", Impossible to create the root directory "/opt/project/build/docs/guides/docs/cli". mkdir(): File exist ``` ## Expected...

Guides/RestructuredText