1EdTech / LTI-Tool-Provider-Library-PHP

Apache License 2.0
68 stars 74 forks source link

@date in docblock generates error in symfony #29

Open andriesvw opened 7 years ago

andriesvw commented 7 years ago

I've installed the LTI-tool-provider under Symfony2. When e.g. ToolConsumer.php is accessed the following error is returned:

"[Semantical Error] The annotation \"@date\" in class IMSGlobal\LTI\ToolProvider\ToolConsumer was never imported. Did you maybe forget to add a \"use\" statement for this annotation?"

renaatdemuynck commented 6 years ago

This is correct. @date is not a valid PHPDoc tag. It should either be removed or replaced by @since.