Phpdocumentor: Clean Template - Missing data for field `FILE`

Created on 19 May 2017  Â·  4Comments  Â·  Source: phpDocumentor/phpDocumentor

Hi phpDoc team,

As discussed in issue #1844 , i encountered an issue regarding field FILE in template Clean.

Mvriel told me to open issue because that seem to be a bug.

Please find hereafter a screenshot and the corresponding DocBlock :

image

<?php
/**
 * Fichier :: test.php
 *
 * @package Portail\tasks-planned
 * @author Nicolas DUPRE
 * @version 1.0.0
 */

/**
 * Version : 1.0.0 - Release : xx.xx.2017 - Author : Nicolas DUPRE
 *
 * ### Version 1.0.0 :: xx.xx.2017
 *
 * • A
 *
 * • B
 * 
 * 
 * ### Description Fonctionnelle
 *
 * 
 * ### Détail de la fonction
 *
 * @todo Faire ca
 * 
 * @param void 
 * 
 * @return void
 */
function new_func_file() {

}

Thanks a lot for your support.

Best Regards
Nicolas DUPRE.

bug template

All 4 comments

Thanks for helping us by opening this issue; I have marked it as a bug in the templates that needs to be resolved

It's with pleasure to contribute in all ways as possible :D

Thanks to your detailed report we have been able to find the issue and resolve it in commit c5672cff803d18dd0c2a74e7f796fdbee446cbee. This fix is now on master and will be available in the next release.

Thanks alot for this really fast resolution.

I stay informed about release and if i find another issues, i will report them.

Was this page helpful?
0 / 5 - 0 ratings