augmented_types icon indicating copy to clipboard operation
augmented_types copied to clipboard

A PHP extension to enforce parameter and return type annotations

Results 4 augmented_types issues
Sort by recently updated
recently updated
newest added

I have created a new workspace and added a new project. Upon building of project it's giving the error. mingw32/bin/ld.exe cannot find -lstdc++

It looks like attempting to install php54 (a dependency for php54-augmentedtypes) breaks on a missing phpdoc. ``` mbp:~ $ brew upgrade php54-augmentedtypes ==> Upgrading 1 outdated package, with result: php54-augmentedtypes...

The divergence between AT and phpdoc types leads to non-coformant phpdocs or less expressive AT definitions, any chance we can get close to the set of types annotations that phpdoc...

PHPDocumentor allows methods to inherit the documentation from parent methods with the {@inheritdoc} syntax. It would be nice if the annotation compiler would support this syntax so we do not...

enhancement