Project

General

Profile

Actions

Bug #23440

closed

naming of parameter $compressed in t3lib_PageRenderer::addCssInlineBlock()

Added by Jesse Adler over 14 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-08-24
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Line: 736
public function addCssInlineBlock($name, $block, $compressed = FALSE, $forceOnTop = FALSE) {

Variable '$compressed' has to be renamed to '$compress' as described in phpdoc block (@param boolean $compress). This is equivalent to other methods in this class.

original text:
Line: 736
public function addCssInlineBlock($name, $block, $compressed = FALSE, $forceOnTop = FALSE) {

Variable '$compressed' muss, äquivalent zu anderen Methoden in dieser Klasse, '$compress' heißen. So ist es auch im docblock beschrieben (@param boolean $compress)

(issue imported from #M15545)


Files

bug15545_v1.patch (623 Bytes) bug15545_v1.patch Administrator Admin, 2010-08-25 15:47
Actions

Also available in: Atom PDF