Task #28087
closedClean up phpDoc comments in t3lib_div
100%
Description
It's time for some cleanup. Clean phpDoc comments are important to make the API understandable to Users and IDEs. I think t3lib_div is a good point to start with.
Here is what I intent to do with this RFC:* @param string Number of hex charactres to return
- Provide the variable name in the @param line (complies CGL)
- Unify whitespaces between @-command, datatype, varname and description (a single space between each of them, complies CGL)
- Correct wrong datatype declarations where it makes sense
- Correct spelling issues where I stumble over them
* @param integer $count Number of hex characters to return
I already got the patch, I'll submit it shortly.
Updated by Xavier Perseguers over 13 years ago
- Status changed from New to Accepted
Updated by Mr. Hudson over 13 years ago
Patch set 1 of change I5265e172b5787a78b2598406eb40b8bcc68e07dc has been pushed to the review server.
It is available at http://review.typo3.org/3242
Updated by Mr. Hudson over 13 years ago
Patch set 2 of change I5265e172b5787a78b2598406eb40b8bcc68e07dc has been pushed to the review server.
It is available at http://review.typo3.org/3242
Updated by Mr. Hudson over 13 years ago
Patch set 3 of change I5265e172b5787a78b2598406eb40b8bcc68e07dc has been pushed to the review server.
It is available at http://review.typo3.org/3242
Updated by Mr. Hudson over 13 years ago
Patch set 4 of change I5265e172b5787a78b2598406eb40b8bcc68e07dc has been pushed to the review server.
It is available at http://review.typo3.org/3242
Updated by Mr. Hudson over 13 years ago
Patch set 5 of change I5265e172b5787a78b2598406eb40b8bcc68e07dc has been pushed to the review server.
It is available at http://review.typo3.org/3242
Updated by Mr. Hudson over 13 years ago
Patch set 6 of change I5265e172b5787a78b2598406eb40b8bcc68e07dc has been pushed to the review server.
It is available at http://review.typo3.org/3242
Updated by Sebastian Michaelsen over 13 years ago
- Status changed from Accepted to Resolved
- % Done changed from 0 to 100
Applied in changeset 340a13162f45a500fb88f1eea459df34d7e10d12.