Feature #40
Check all classes for Array type hinting
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assigned To: | Robert Lemke | % Done: | 0% |
|
| Category: | - | |||
| Target version: | TYPO3 Flow Base Distribution - 0.1 | |||
| PHP Version: | Complexity: | |||
| Has patch: |
Description
There might be places where an array is expected as a parameter but no type hinting is used yet. In these cases, type hinting should be introduced.
Example:
protected function mySuperFunction(array $thisIsAnArray) {
...
}
History
#1 Updated by Robert Lemke over 7 years ago
- Status changed from New to Closed
- Sprint set to wontfix