Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
entity system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
8 Oct 2015 at 21:12 UTC
Updated:
22 Oct 2015 at 22:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
yesct commentedComment #3
yesct commentedtrying to get phpstorm code inspection to tell me what all the unused use statements are... and not finding the correct command.
[edit]
tim helped
shift shift
run inspection by name
(cmd-shift-a)
unused import
(option-shift-cmd-i)
Comment #4
yesct commentedinspection shows these are all now.
Comment #5
tim.plunkettThanks! PHPStorm reports no other unused imports.
Comment #6
alexpottThis rc eligible because the removal of unused use statements is an RC target. Committed 70d81c5 and pushed to 8.0.x. Thanks!