Task #37338

Remove author annotations from folder t3lib

Added by Wouter Wolters about 1 year ago. Updated 11 months ago.

Status:Rejected Start date:2012-05-20
Priority:Should have Due date:
Assignee:- % Done:

0%

Category:-
Target version:-
TYPO3 Version:6.0 Complexity:
PHP Version:
Votes: 0

Description

Remove all author annotations in functions doc comment.

False:

/** * This class provides XYZ plugin implementation. * * @author John Doe <> * @author Jane Doe <>
*/
function fooBar(){
// Some code
}

Correct:

/** * This class provides XYZ plugin implementation. * * @author John Doe <> * @author Jane Doe <>
*/
class xyzImplementation {
// Some code
}

History

Updated by Gerrit Code Review about 1 year ago

  • Status changed from New to Under Review

Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/11342

Updated by Oliver Klee about 1 year ago

Shouldn't the @authors form the functions then go to the class @authors so the author information is not lost?

Updated by Gerrit Code Review about 1 year ago

Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/11342

Updated by Wouter Wolters 11 months ago

Can be abandoned.

Updated by Ernesto Baschny 11 months ago

  • Status changed from Under Review to Rejected

Also available in: Atom PDF