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 #1

Updated by Gerrit Code Review over 11 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/14485

Actions #2

Updated by Christian Kuhn over 11 years ago

  • Parent task set to #40095
Actions #3

Updated by Christian Kuhn over 11 years ago

  • Status changed from Under Review to Resolved
  • Target version set to 6.0.0-beta2
  • % Done changed from 0 to 100
  • PHP Version set to 5.3
Actions #4

Updated by Michael Stucki over 10 years ago

  • Category set to Linkvalidator
Actions #5

Updated by Michael Stucki over 10 years ago

  • Project changed from 1510 to TYPO3 Core
  • Category changed from Linkvalidator to Linkvalidator
Actions #6

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF