Task #40131
Task #40095: Move core to namespaces
CGL: Move false -> FALSE
Status: | Closed | Start date: | 2012-08-24 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | - | % Done: | 100% |
|
Category: | - | Spent time: | - | |
Target version: | - | |||
TYPO3 Version: | 6.0 | Complexity: | ||
PHP Version: | Sprint Focus: |
Description
The namespace script switched some FALSE to false, but that is not CGL compatible.
History
#1 Updated by Steffen Gebert almost 3 years ago
- Status changed from New to Accepted
#2 Updated by Nicole Cordes almost 3 years ago
I'll take care of this. Same for TRUE and NULL
#3 Updated by Wouter Wolters almost 3 years ago
AFAIK there are no occurences anymore that or lowercase. Nightly job at Jenkins does not find a violation.
#4 Updated by Stefan Galinski almost 3 years ago
- Status changed from Accepted to Closed
I just grepped the sources and could not find any valid problems anymore with lowercased false, true or null. There are just valid occurences in javascript code and the contrib sources.
#5 Updated by Christian Kuhn almost 3 years ago
- % Done changed from 0 to 100