Project

General

Profile

Actions

Task #40778

closed

Task #40095: Move core to namespaces

Superfluous brackets in functions after namespaces move

Added by Arvid Jakobsson over 11 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Category:
Linkvalidator
Target version:
Start date:
2012-09-09
Due date:
% Done:

100%

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

Description

Fix issues such as:

-                                       $where = ('deleted = 0 AND pid IN (' . $this->pidList) . ')';
+                                       $where = 'deleted = 0 AND pid IN (' . $this->pidList . ')';
in Classes/LinkAnalyzer.php.
Actions

Also available in: Atom PDF