2martens / de.plugins-zum-selberbauen.ultimate

A fully functional CMS for WCF 2.0
GNU General Public License v3.0
4 stars 0 forks source link

[Insight] Unused use statement should be avoided #227

Closed 2martens closed 10 years ago

2martens commented 10 years ago

There are a total of 67 of such errors. Fix them all.

in src/lib/acp/form/UltimateContentEditForm.class.php, line 34

The class ultimate\data\content\ContentEditor is declared but never used. You should remove the use statement.

use ultimate\acp\form\UltimateContentAddForm;
use ultimate\data\category\Category;
use ultimate\data\content\CategorizedContent;
use ultimate\data\content\Content;
use ultimate\data\content\ContentAction;
use ultimate\data\content\ContentEditor;
use ultimate\system\cache\builder\ContentCacheBuilder;
use ultimate\system\cache\builder\ContentTagCloudCacheBuilder;
use wcf\data\tag\Tag;
use wcf\form\AbstractForm;
use wcf\form\MessageForm;

Posted from SensioLabsInsight

2martens commented 10 years ago

Another three appeared after fixing other issues.