Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
views.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
28 Jan 2014 at 11:02 UTC
Updated:
29 Jul 2014 at 23:19 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
internetdevels commentedComment #2
bohartWe need to replace "var" with "public/protected".
Please take a look at meta issue.
Comment #3
internetdevels commentedChange visibility of a property to protected
Comment #4
bohartThe pedant in me said that we need strong coding standards everywhere.
protected $valueFormType = 'select';->
protected $valueFormType = 'select';Comment #5
internetdevels commentedComment #6
tstoecklerLooks good :-)
Comment #7
webchickCommitted and pushed to 8.x. Thanks!
This seems like it's internal-only code so probably don't need a change notice.