Actions
Task #65431
closedCleanup ColorpickerController.php
Status:
Closed
Priority:
Should have
Assignee:
Category:
Code Cleanup
Target version:
Start date:
2015-03-01
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
backend/classes/Controller/Wizard/ColorpickerController.php
To get it "green" in PhpStorm several changes must be make:
- set correct return type in PhpDoc comment
- makeInstance of GraphicalFunctions to call non-static function
imageCreateFromFile
- change local variable names to lowerCamelCase
Actions