Project

General

Profile

Actions

Task #37338

closed

Remove author annotations from folder t3lib

Added by Wouter Wolters over 12 years ago. Updated over 12 years ago.

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

0%

Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Sprint Focus:

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
}

Actions #1

Updated by Gerrit Code Review over 12 years 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

Actions #2

Updated by Oliver Klee over 12 years ago

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

Actions #3

Updated by Gerrit Code Review over 12 years ago

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

Actions #4

Updated by Wouter Wolters over 12 years ago

Can be abandoned.

Actions #5

Updated by Ernesto Baschny over 12 years ago

  • Status changed from Under Review to Rejected
Actions

Also available in: Atom PDF